Color Hex Logo

#8879cb Color Hex

#8879CB
(136,121,203)
0 Favorites   0 Comments

Color spaces of #8879cb

RGB 136121203
HSL0.700.440.64
HSV251°40°80°
CMYK 0.330.400.00   0.20
XYZ27.770223.220859.5183
Yxy23.22080.25130.2101
Hunter Lab48.188018.5387-39.4992
CIE-Lab55.299024.4565-40.5991

#8879cb color RGB value is (136,121,203).

#8879cb hex color red value is 136, green value is 121 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8879cb hue: 0.70 , saturation: 0.44 and the lightness value of 8879cb is 0.64.

The process color (four color CMYK) of #8879cb color hex is 0.33, 0.40, 0.00, 0.20. Web safe color of #8879cb is #9966cc. Color #8879cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111001 11001011
Octal 210 171 313
Decimal 136 121 203
Hex 88 79 CB

RGB Percentages of Color #8879cb

%29.57
%26.30
%44.13

CMYK Percentages of Color #8879cb

%33
%40
%0
%20

Triadic Colors of #8879cb

#8879cb #cb8879 #79cb88

Analogous Colors of #8879cb

#8879cb #b179cb #7993cb

Monochromatic Colors of #8879cb

#8879cb

Complementary Color

#8879cb #bccb79

#8879cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8879cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8879cb Color CSS Codes

.mybgcolor {background-color:#8879cb; } 
.myforecolor {color:#8879cb; }
.mybordercolor {border:3px solid #8879cb; }

#8879cb Text Font Color

<p style="color:#8879cb">Text here</p>

This sample text font color is #8879cb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#8879cb Background Color

<div style="background-color:#8879cb">
Div content here</div>

This div background color is #8879cb


#8879cb Border Color

<div style="border:3px solid #8879cb">
Div here</div>

This div border color is #8879cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,121,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8879cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8879cb;
  -webkit-box-shadow: 1px 1px 3px 2px #8879cb;
  box-shadow:         1px 1px 3px 2px #8879cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,121,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8879cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #8879cb;
  -webkit-box-shadow: 1px 1px 3px 2px #8879cb;
  box-shadow:         1px 1px 3px 2px #8879cb;">
Div content here</div>

This div box has shadow with color #8879cb


Comments

No comments written yet.

Please login to write comment.