Color Hex Logo

#cc947f Color Hex

#CC947F
(204,148,127)
0 Favorites   0 Comments

Color spaces of #cc947f

RGB 204148127
HSL0.050.430.65
HSV16°38°80°
CMYK 0.000.270.38   0.20
XYZ39.322535.549524.8679
Yxy35.54950.39430.3564
Hunter Lab59.623413.382417.0075
CIE-Lab66.174318.367519.4277

#cc947f color RGB value is (204,148,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010100 01111111
Octal 314 224 177
Decimal 204 148 127
Hex CC 94 7F

RGB Percentages of Color #cc947f

%42.59
%30.90
%26.51

CMYK Percentages of Color #cc947f

%0
%27
%38
%20

Triadic Colors of #cc947f

#cc947f #7fcc94 #947fcc

Analogous Colors of #cc947f

#cc947f #ccbb7f #cc7f91

Monochromatic Colors of #cc947f

#cc947f

Complementary Color

#cc947f #7fb7cc

#cc947f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc947f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc947f Color CSS Codes

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

#cc947f Text Font Color

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

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


#cc947f Background Color

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

This div background color is #cc947f


#cc947f Border Color

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

This div border color is #cc947f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc947f


Comments

No comments written yet.

Please login to write comment.