Color Hex Logo

#887cca Color Hex

#887CCA
(136,124,202)
0 Favorites   0 Comments

Color spaces of #887cca

RGB 136124202
HSL0.690.420.64
HSV249°39°79°
CMYK 0.330.390.00   0.21
XYZ28.021723.913859.0160
Yxy23.91380.25260.2155
Hunter Lab48.901716.7061-37.3216
CIE-Lab56.001422.4278-38.9269

#887cca color RGB value is (136,124,202).

#887cca hex color red value is 136, green value is 124 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #887cca hue: 0.69 , saturation: 0.42 and the lightness value of 887cca is 0.64.

The process color (four color CMYK) of #887cca color hex is 0.33, 0.39, 0.00, 0.21. Web safe color of #887cca is #9966cc. Color #887cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111100 11001010
Octal 210 174 312
Decimal 136 124 202
Hex 88 7C CA

RGB Percentages of Color #887cca

%29.44
%26.84
%43.72

CMYK Percentages of Color #887cca

%33
%39
%0
%21

Triadic Colors of #887cca

#887cca #ca887c #7cca88

Analogous Colors of #887cca

#887cca #af7cca #7c97ca

Monochromatic Colors of #887cca

#887cca

Complementary Color

#887cca #beca7c

#887cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#887cca Color CSS Codes

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

#887cca Text Font Color

<p style="color:#887cca">Text here</p>

This sample text font color is #887cca
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.


#887cca Background Color

<div style="background-color:#887cca">
Div content here</div>

This div background color is #887cca


#887cca Border Color

<div style="border:3px solid #887cca">
Div here</div>

This div border color is #887cca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,124,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #887cca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #887cca;
  -webkit-box-shadow: 1px 1px 3px 2px #887cca;
  box-shadow:         1px 1px 3px 2px #887cca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887cca


Comments

No comments written yet.

Please login to write comment.