Color Hex Logo

#c88ecb Color Hex

#C88ECB
(200,142,203)
0 Favorites   0 Comments

Color spaces of #c88ecb

RGB 200142203
HSL0.830.370.68
HSV297°30°80°
CMYK 0.010.300.00   0.20
XYZ44.271935.937261.1031
Yxy35.93720.31330.2543
Hunter Lab59.947626.9156-18.4694
CIE-Lab66.471932.1023-22.7743

#c88ecb color RGB value is (200,142,203).

#c88ecb hex color red value is 200, green value is 142 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c88ecb hue: 0.83 , saturation: 0.37 and the lightness value of c88ecb is 0.68.

The process color (four color CMYK) of #c88ecb color hex is 0.01, 0.30, 0.00, 0.20. Web safe color of #c88ecb is #cc99cc. Color #c88ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001110 11001011
Octal 310 216 313
Decimal 200 142 203
Hex C8 8E CB

RGB Percentages of Color #c88ecb

%36.70
%26.06
%37.25

CMYK Percentages of Color #c88ecb

%1
%30
%0
%20

Triadic Colors of #c88ecb

#c88ecb #cbc88e #8ecbc8

Analogous Colors of #c88ecb

#c88ecb #cb8eb0 #aa8ecb

Monochromatic Colors of #c88ecb

#c88ecb

Complementary Color

#c88ecb #91cb8e

#c88ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88ecb Color CSS Codes

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

#c88ecb Text Font Color

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

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


#c88ecb Background Color

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

This div background color is #c88ecb


#c88ecb Border Color

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

This div border color is #c88ecb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,142,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c88ecb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c88ecb;
  -webkit-box-shadow: 1px 1px 3px 2px #c88ecb;
  box-shadow:         1px 1px 3px 2px #c88ecb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,142,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 #c88ecb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88ecb


Comments

No comments written yet.

Please login to write comment.