Color Hex Logo

#c99aba Color Hex

#C99ABA
(201,154,186)
0 Favorites   0 Comments

Color spaces of #c99aba

RGB 201154186
HSL0.890.300.70
HSV319°23°79°
CMYK 0.000.230.07   0.21
XYZ44.505939.073951.6507
Yxy39.07390.32910.2889
Hunter Lab62.509117.6993-5.2344
CIE-Lab68.804822.7286-9.7648

#c99aba color RGB value is (201,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011010 10111010
Octal 311 232 272
Decimal 201 154 186
Hex C9 9A BA

RGB Percentages of Color #c99aba

%37.15
%28.47
%34.38

CMYK Percentages of Color #c99aba

%0
%23
%7
%21

Triadic Colors of #c99aba

#c99aba #bac99a #9abac9

Analogous Colors of #c99aba

#c99aba #c99aa3 #c19ac9

Monochromatic Colors of #c99aba

#c99aba

Complementary Color

#c99aba #9ac9a9

#c99aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99aba Color CSS Codes

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

#c99aba Text Font Color

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

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


#c99aba Background Color

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

This div background color is #c99aba


#c99aba Border Color

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

This div border color is #c99aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99aba


Comments

No comments written yet.

Please login to write comment.