COLOR #715EA2

HEX: #715EA2
RGB: (113,94,162)

Color info

#715EA2 contains mainly red and blue colors. Web safe color of #715EA2 is #666699 (or #669).

RGB color model

#715EA2 color RGB value is (113,94,162).

  • red value is 113;
  • green value is 94;
  • blue value is 162.
RGB:
(113,94,162)
(44%,37%,64%)

RGB channels and saturation

R 113 of 255 = 44%
G 94 of 255 = 37%
B 162 of 255 = 64%

113
94
162

R + G + B ~ 48%. #715EA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 94 + 162 = 369 (100%)
R 113 of 369 ~ 30.62%
G 94 of 369 ~ 25.47%
B 162 of 369 ~ 43.9%

%30.62
%25.47
%43.9

CMYK color model

#715EA2 color CMYK value is (30,42,0,36).

  • cyan value is 30.25%
  • magenta value is 41.98%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(30,42,0,36)
C30M42Y0K36 
(30%,42%,0%,36%)
(0.30/0.42/0.00/0.36)	

CMYK percentages

%30.25
%41.98
%0
%36.47

Codes

Color #715EA2 in popluar color models

715EA2
RGB11394162
HSL257°26.77%50.20%
HSB/HSV257°41.98%63.53%
CMYK30.25%41.98%0.00%
36.47%

Color #715EA2 in popluar number systems.

HEX715EA2
Decimal11394162
Binary1110001101111010100010
Octal161136242

Shades and tints

Shades of #715EA2

#715EA2
(113,94,162)
#675694
(103,86,148)
#5D4E86
(93,78,134)
#534678
(83,70,120)
#493E6A
(73,62,106)
#3F365C
(63,54,92)
#352E4E
(53,46,78)
#2B2640
(43,38,64)
#211E32
(33,30,50)
#171624
(23,22,36)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #715EA2

#715EA2
(113,94,162)
#7D6CAA
(125,108,170)
#897AB2
(137,122,178)
#9588BA
(149,136,186)
#A196C2
(161,150,194)
#ADA4CA
(173,164,202)
#B9B2D2
(185,178,210)
#C5C0DA
(197,192,218)
#D1CEE2
(209,206,226)
#DDDCEA
(221,220,234)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715EA2 color. Also use rgb(113,94,162) instead hex code.

Text Font Color

.myTextColor { color: #715EA2; }

<p style="color:#715EA2">This sample text font color is #715EA2.</p>

This text font color is #715EA2.


Background Color

.myBgColor { background-color: #715EA2; }

<div style="background-color:#715EA2">Inner text</div>

This div background color is #715EA2.


Border color

.myBorderColor { border: 1px solid #715EA2; }

<div style="border:3px solid #715EA2">Div</div>

This div border color is #715EA2.


Opacity

.myOpacity80 { color: #715EA2; opacity: 0.8; }

<p style="color:#715EA2;opacity:0.8;">80%</p>

Text with #715EA2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #715EA2;}

<p style="text-shadow: 3px 3px 1px #715EA2">Text here.</p>

This text has shadow with #715EA2 color.

.textShadow {text-shadow: 3px 3px 1px #715EA2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #715EA2, 5px 5px 20px red">Text here.</p>

This text has shadow with #715EA2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#715EA2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#715EA2, Direction=45, Strength=4)">Text</p>

This text has shadow with #715EA2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #715EA2;
  -webkit-box-shadow:	1px 1px 3px 2px #715EA2;
  box-shadow:		1px 1px 3px 2px #715EA2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #715EA2;
-webkit-box-shadow: 1px 1px 3px 2px #715EA2;
box-shadow:1px 1px 3px 2px #715EA2;">
Div content here</div>
This div box has shadow with color #715EA2.

Preview

Color preview on black background

This text has color #715EA2 on black background.


Color preview on white background

This text has color #715EA2 on white background.



Black color preview on #715EA2 background

This text has black color on #715EA2 background.


White color preview on #715EA2 background

This text has white color on #715EA2 background.