Color Hex Logo

#c886bb Color Hex

#C886BB
(200,134,187)
0 Favorites   0 Comments

Color spaces of #c886bb

RGB 200134187
HSL0.870.380.65
HSV312°33°78°
CMYK 0.000.330.07   0.22
XYZ41.314232.917451.1899
Yxy32.91740.32940.2625
Hunter Lab57.373728.1321-12.7381
CIE-Lab64.094033.5211-17.4216

#c886bb color RGB value is (200,134,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000110 10111011
Octal 310 206 273
Decimal 200 134 187
Hex C8 86 BB

RGB Percentages of Color #c886bb

%38.39
%25.72
%35.89

CMYK Percentages of Color #c886bb

%0
%33
%7
%22

Triadic Colors of #c886bb

#c886bb #bbc886 #86bbc8

Analogous Colors of #c886bb

#c886bb #c8869a #b486c8

Monochromatic Colors of #c886bb

#c886bb

Complementary Color

#c886bb #86c893

#c886bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c886bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c886bb Color CSS Codes

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

#c886bb Text Font Color

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

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


#c886bb Background Color

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

This div background color is #c886bb


#c886bb Border Color

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

This div border color is #c886bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c886bb


Comments

No comments written yet.

Please login to write comment.