Color Hex Logo

#c999bb Color Hex

#C999BB
(201,153,187)
0 Favorites   0 Comments

Color spaces of #c999bb

RGB 201153187
HSL0.880.310.69
HSV318°24°79°
CMYK 0.000.240.07   0.21
XYZ44.448338.787852.1578
Yxy38.78780.32830.2865
Hunter Lab62.279918.4033-6.0580
CIE-Lab68.597323.4553-10.6314

#c999bb color RGB value is (201,153,187).

#c999bb hex color red value is 201, green value is 153 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c999bb hue: 0.88 , saturation: 0.31 and the lightness value of c999bb is 0.69.

The process color (four color CMYK) of #c999bb color hex is 0.00, 0.24, 0.07, 0.21. Web safe color of #c999bb is #cc99cc. Color #c999bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011001 10111011
Octal 311 231 273
Decimal 201 153 187
Hex C9 99 BB

RGB Percentages of Color #c999bb

%37.15
%28.28
%34.57

CMYK Percentages of Color #c999bb

%0
%24
%7
%21

Triadic Colors of #c999bb

#c999bb #bbc999 #99bbc9

Analogous Colors of #c999bb

#c999bb #c999a3 #bf99c9

Monochromatic Colors of #c999bb

#c999bb

Complementary Color

#c999bb #99c9a7

#c999bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c999bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c999bb Color CSS Codes

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

#c999bb Text Font Color

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

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


#c999bb Background Color

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

This div background color is #c999bb


#c999bb Border Color

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

This div border color is #c999bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c999bb


Comments

No comments written yet.

Please login to write comment.