Color Hex Logo

#c999ba Color Hex

#C999BA
(201,153,186)
0 Favorites   0 Comments

Color spaces of #c999ba

RGB 201153186
HSL0.890.310.69
HSV319°24°79°
CMYK 0.000.240.07   0.21
XYZ44.341638.745151.5959
Yxy38.74510.32920.2877
Hunter Lab62.245618.2275-5.5741
CIE-Lab68.566223.2784-10.1209

#c999ba color RGB value is (201,153,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011001 10111010
Octal 311 231 272
Decimal 201 153 186
Hex C9 99 BA

RGB Percentages of Color #c999ba

%37.22
%28.33
%34.44

CMYK Percentages of Color #c999ba

%0
%24
%7
%21

Triadic Colors of #c999ba

#c999ba #bac999 #99bac9

Analogous Colors of #c999ba

#c999ba #c999a2 #c099c9

Monochromatic Colors of #c999ba

#c999ba

Complementary Color

#c999ba #99c9a8

#c999ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c999ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c999ba Color CSS Codes

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

#c999ba Text Font Color

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

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


#c999ba Background Color

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

This div background color is #c999ba


#c999ba Border Color

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

This div border color is #c999ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,153,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c999ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c999ba


Comments

No comments written yet.

Please login to write comment.