Color Hex Logo

#cc849a Color Hex

#CC849A
(204,132,154)
0 Favorites   0 Comments

Color spaces of #cc849a

RGB 204132154
HSL0.950.410.66
HSV342°35°80°
CMYK 0.000.350.25   0.20
XYZ38.985831.673034.6306
Yxy31.67300.37030.3008
Hunter Lab56.278825.16382.9116
CIE-Lab63.071730.6742-0.1896

#cc849a color RGB value is (204,132,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 10011010
Octal 314 204 232
Decimal 204 132 154
Hex CC 84 9A

RGB Percentages of Color #cc849a

%41.63
%26.94
%31.43

CMYK Percentages of Color #cc849a

%0
%35
%25
%20

Triadic Colors of #cc849a

#cc849a #9acc84 #849acc

Analogous Colors of #cc849a

#cc849a #cc9284 #cc84be

Monochromatic Colors of #cc849a

#cc849a

Complementary Color

#cc849a #84ccb6

#cc849a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc849a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc849a Color CSS Codes

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

#cc849a Text Font Color

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

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


#cc849a Background Color

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

This div background color is #cc849a


#cc849a Border Color

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

This div border color is #cc849a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc849a


Comments

No comments written yet.

Please login to write comment.