Color Hex Logo

#cc849b Color Hex

#CC849B
(204,132,155)
0 Favorites   0 Comments

Color spaces of #cc849b

RGB 204132155
HSL0.950.410.66
HSV341°35°80°
CMYK 0.000.350.24   0.20
XYZ39.069531.706535.0711
Yxy31.70650.36910.2996
Hunter Lab56.308525.31182.4879
CIE-Lab63.099630.8197-0.7180

#cc849b color RGB value is (204,132,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 10011011
Octal 314 204 233
Decimal 204 132 155
Hex CC 84 9B

RGB Percentages of Color #cc849b

%41.55
%26.88
%31.57

CMYK Percentages of Color #cc849b

%0
%35
%24
%20

Triadic Colors of #cc849b

#cc849b #9bcc84 #849bcc

Analogous Colors of #cc849b

#cc849b #cc9184 #cc84bf

Monochromatic Colors of #cc849b

#cc849b

Complementary Color

#cc849b #84ccb5

#cc849b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc849b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc849b Color CSS Codes

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

#cc849b Text Font Color

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

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


#cc849b Background Color

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

This div background color is #cc849b


#cc849b Border Color

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

This div border color is #cc849b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc849b


Comments

No comments written yet.

Please login to write comment.