Color Hex Logo

#c88ccb Color Hex

#C88CCB
(200,140,203)
0 Favorites   0 Comments

Color spaces of #c88ccb

RGB 200140203
HSL0.830.380.67
HSV297°31°80°
CMYK 0.010.310.00   0.20
XYZ43.977035.347361.0048
Yxy35.34730.31340.2519
Hunter Lab59.453627.9902-19.2194
CIE-Lab66.018233.1956-23.4681

#c88ccb color RGB value is (200,140,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001100 11001011
Octal 310 214 313
Decimal 200 140 203
Hex C8 8C CB

RGB Percentages of Color #c88ccb

%36.83
%25.78
%37.38

CMYK Percentages of Color #c88ccb

%1
%31
%0
%20

Triadic Colors of #c88ccb

#c88ccb #cbc88c #8ccbc8

Analogous Colors of #c88ccb

#c88ccb #cb8caf #a98ccb

Monochromatic Colors of #c88ccb

#c88ccb

Complementary Color

#c88ccb #8fcb8c

#c88ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88ccb Color CSS Codes

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

#c88ccb Text Font Color

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

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


#c88ccb Background Color

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

This div background color is #c88ccb


#c88ccb Border Color

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

This div border color is #c88ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88ccb


Comments

No comments written yet.

Please login to write comment.