Color Hex Logo

#cc947c Color Hex

#CC947C
(204,148,124)
0 Favorites   0 Comments

Color spaces of #cc947c

RGB 204148124
HSL0.050.440.64
HSV18°39°80°
CMYK 0.000.270.39   0.20
XYZ39.129835.472423.8533
Yxy35.47240.39740.3603
Hunter Lab59.558713.045917.9454
CIE-Lab66.114818.014121.0109

#cc947c color RGB value is (204,148,124).

#cc947c hex color red value is 204, green value is 148 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cc947c hue: 0.05 , saturation: 0.44 and the lightness value of cc947c is 0.64.

The process color (four color CMYK) of #cc947c color hex is 0.00, 0.27, 0.39, 0.20. Web safe color of #cc947c is #cc9966. Color #cc947c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010100 01111100
Octal 314 224 174
Decimal 204 148 124
Hex CC 94 7C

RGB Percentages of Color #cc947c

%42.86
%31.09
%26.05

CMYK Percentages of Color #cc947c

%0
%27
%39
%20

Triadic Colors of #cc947c

#cc947c #7ccc94 #947ccc

Analogous Colors of #cc947c

#cc947c #ccbc7c #cc7c8c

Monochromatic Colors of #cc947c

#cc947c

Complementary Color

#cc947c #7cb4cc

#cc947c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc947c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc947c Color CSS Codes

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

#cc947c Text Font Color

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

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


#cc947c Background Color

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

This div background color is #cc947c


#cc947c Border Color

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

This div border color is #cc947c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc947c


Comments

No comments written yet.

Please login to write comment.