COLOR #715088

HEX: #715088
RGB: (113,80,136)

Color info

#715088 contains red, green and blue colors in about the same proportion. Web safe color of #715088 is #666699 (or #669).

RGB color model

#715088 color RGB value is (113,80,136).

  • red value is 113;
  • green value is 80;
  • blue value is 136.
RGB:
(113,80,136)
(44%,31%,53%)

RGB channels and saturation

R 113 of 255 = 44%
G 80 of 255 = 31%
B 136 of 255 = 53%

113
80
136

R + G + B ~ 43%. #715088 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 80 + 136 = 329 (100%)
R 113 of 329 ~ 34.35%
G 80 of 329 ~ 24.32%
B 136 of 329 ~ 41.34%

%34.35
%24.32
%41.34

CMYK color model

#715088 color CMYK value is (17,41,0,47).

  • cyan value is 16.91%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(17,41,0,47)
C17M41Y0K47 
(17%,41%,0%,47%)
(0.17/0.41/0.00/0.47)	

CMYK percentages

%16.91
%41.18
%0
%46.67

Codes

Color #715088 in popluar color models

715088
RGB11380136
HSL275°25.93%42.35%
HSB/HSV275°41.18%53.33%
CMYK16.91%41.18%0.00%
46.67%

Color #715088 in popluar number systems.

HEX715088
Decimal11380136
Binary1110001101000010001000
Octal161120210

Shades and tints

Shades of #715088

#715088
(113,80,136)
#67497C
(103,73,124)
#5D4270
(93,66,112)
#533B64
(83,59,100)
#493458
(73,52,88)
#3F2D4C
(63,45,76)
#352640
(53,38,64)
#2B1F34
(43,31,52)
#211828
(33,24,40)
#17111C
(23,17,28)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #715088

#715088
(113,80,136)
#7D5F92
(125,95,146)
#896E9C
(137,110,156)
#957DA6
(149,125,166)
#A18CB0
(161,140,176)
#AD9BBA
(173,155,186)
#B9AAC4
(185,170,196)
#C5B9CE
(197,185,206)
#D1C8D8
(209,200,216)
#DDD7E2
(221,215,226)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715088 color. Also use rgb(113,80,136) instead hex code.

Text Font Color

.myTextColor { color: #715088; }

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

This text font color is #715088.


Background Color

.myBgColor { background-color: #715088; }

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

This div background color is #715088.


Border color

.myBorderColor { border: 1px solid #715088; }

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

This div border color is #715088.


Opacity

.myOpacity80 { color: #715088; opacity: 0.8; }

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

Text with #715088 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 #715088;}

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

This text has shadow with #715088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715088 on black background.


Color preview on white background

This text has color #715088 on white background.



Black color preview on #715088 background

This text has black color on #715088 background.


White color preview on #715088 background

This text has white color on #715088 background.