Color Hex Logo

#c888bb Color Hex

#C888BB
(200,136,187)
0 Favorites   0 Comments

Color spaces of #c888bb

RGB 200136187
HSL0.870.370.66
HSV312°32°78°
CMYK 0.000.320.07   0.22
XYZ41.593233.475551.2829
Yxy33.47550.32920.2649
Hunter Lab57.858027.0693-12.0515
CIE-Lab64.544132.4317-16.7397

#c888bb color RGB value is (200,136,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001000 10111011
Octal 310 210 273
Decimal 200 136 187
Hex C8 88 BB

RGB Percentages of Color #c888bb

%38.24
%26.00
%35.76

CMYK Percentages of Color #c888bb

%0
%32
%7
%22

Triadic Colors of #c888bb

#c888bb #bbc888 #88bbc8

Analogous Colors of #c888bb

#c888bb #c8889b #b588c8

Monochromatic Colors of #c888bb

#c888bb

Complementary Color

#c888bb #88c895

#c888bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c888bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c888bb Color CSS Codes

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

#c888bb Text Font Color

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

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


#c888bb Background Color

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

This div background color is #c888bb


#c888bb Border Color

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

This div border color is #c888bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c888bb


Comments

No comments written yet.

Please login to write comment.