Color Hex Logo

#c88ebb Color Hex

#C88EBB
(200,142,187)
0 Favorites   0 Comments

Color spaces of #c88ebb

RGB 200142187
HSL0.870.350.67
HSV313°29°78°
CMYK 0.000.290.07   0.22
XYZ42.462135.213251.5725
Yxy35.21320.32850.2724
Hunter Lab59.340723.8820-9.9899
CIE-Lab65.914329.1507-14.6696

#c88ebb color RGB value is (200,142,187).

#c88ebb hex color red value is 200, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c88ebb hue: 0.87 , saturation: 0.35 and the lightness value of c88ebb is 0.67.

The process color (four color CMYK) of #c88ebb color hex is 0.00, 0.29, 0.07, 0.22. Web safe color of #c88ebb is #cc99cc. Color #c88ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001110 10111011
Octal 310 216 273
Decimal 200 142 187
Hex C8 8E BB

RGB Percentages of Color #c88ebb

%37.81
%26.84
%35.35

CMYK Percentages of Color #c88ebb

%0
%29
%7
%22

Triadic Colors of #c88ebb

#c88ebb #bbc88e #8ebbc8

Analogous Colors of #c88ebb

#c88ebb #c88e9e #b88ec8

Monochromatic Colors of #c88ebb

#c88ebb

Complementary Color

#c88ebb #8ec89b

#c88ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88ebb Color CSS Codes

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

#c88ebb Text Font Color

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

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


#c88ebb Background Color

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

This div background color is #c88ebb


#c88ebb Border Color

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

This div border color is #c88ebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,142,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88ebb


Comments

No comments written yet.

Please login to write comment.