Color Hex Logo

#cc848f Color Hex

#CC848F
(204,132,143)
0 Favorites   0 Comments

Color spaces of #cc848f

RGB 204132143
HSL0.970.410.66
HSV351°35°80°
CMYK 0.000.350.30   0.20
XYZ38.111031.323130.0239
Yxy31.32310.38320.3149
Hunter Lab55.967023.60807.3704
CIE-Lab62.779429.13425.6502

#cc848f color RGB value is (204,132,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 10001111
Octal 314 204 217
Decimal 204 132 143
Hex CC 84 8F

RGB Percentages of Color #cc848f

%42.59
%27.56
%29.85

CMYK Percentages of Color #cc848f

%0
%35
%30
%20

Triadic Colors of #cc848f

#cc848f #8fcc84 #848fcc

Analogous Colors of #cc848f

#cc848f #cc9d84 #cc84b3

Monochromatic Colors of #cc848f

#cc848f

Complementary Color

#cc848f #84ccc1

#cc848f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc848f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc848f Color CSS Codes

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

#cc848f Text Font Color

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

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


#cc848f Background Color

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

This div background color is #cc848f


#cc848f Border Color

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

This div border color is #cc848f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc848f


Comments

No comments written yet.

Please login to write comment.