Color Hex Logo

#c885bb Color Hex

#C885BB
(200,133,187)
0 Favorites   0 Comments

Color spaces of #c885bb

RGB 200133187
HSL0.870.380.65
HSV312°34°78°
CMYK 0.000.340.07   0.22
XYZ41.176632.642351.1441
Yxy32.64230.32950.2612
Hunter Lab57.133428.6631-13.0812
CIE-Lab63.870234.0646-17.7610

#c885bb color RGB value is (200,133,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000101 10111011
Octal 310 205 273
Decimal 200 133 187
Hex C8 85 BB

RGB Percentages of Color #c885bb

%38.46
%25.58
%35.96

CMYK Percentages of Color #c885bb

%0
%34
%7
%22

Triadic Colors of #c885bb

#c885bb #bbc885 #85bbc8

Analogous Colors of #c885bb

#c885bb #c8859a #b485c8

Monochromatic Colors of #c885bb

#c885bb

Complementary Color

#c885bb #85c892

#c885bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c885bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c885bb Color CSS Codes

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

#c885bb Text Font Color

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

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


#c885bb Background Color

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

This div background color is #c885bb


#c885bb Border Color

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

This div border color is #c885bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c885bb


Comments

No comments written yet.

Please login to write comment.