Color Hex Logo

#cc839a Color Hex

#CC839A
(204,131,154)
0 Favorites   0 Comments

Color spaces of #cc839a

RGB 204131154
HSL0.950.420.66
HSV341°36°80°
CMYK 0.000.360.25   0.20
XYZ38.850931.403134.5856
Yxy31.40310.37060.2995
Hunter Lab56.038525.68492.6346
CIE-Lab62.846531.2161-0.5188

#cc839a color RGB value is (204,131,154).

#cc839a hex color red value is 204, green value is 131 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #cc839a hue: 0.95 , saturation: 0.42 and the lightness value of cc839a is 0.66.

The process color (four color CMYK) of #cc839a color hex is 0.00, 0.36, 0.25, 0.20. Web safe color of #cc839a is #cc9999. Color #cc839a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000011 10011010
Octal 314 203 232
Decimal 204 131 154
Hex CC 83 9A

RGB Percentages of Color #cc839a

%41.72
%26.79
%31.49

CMYK Percentages of Color #cc839a

%0
%36
%25
%20

Triadic Colors of #cc839a

#cc839a #9acc83 #839acc

Analogous Colors of #cc839a

#cc839a #cc9183 #cc83bf

Monochromatic Colors of #cc839a

#cc839a

Complementary Color

#cc839a #83ccb5

#cc839a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc839a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc839a Color CSS Codes

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

#cc839a Text Font Color

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

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


#cc839a Background Color

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

This div background color is #cc839a


#cc839a Border Color

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

This div border color is #cc839a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,131,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc839a


Comments

No comments written yet.

Please login to write comment.