Color Hex Logo

#cc927f Color Hex

#CC927F
(204,146,127)
0 Favorites   0 Comments

Color spaces of #cc927f

RGB 204146127
HSL0.040.430.65
HSV15°38°80°
CMYK 0.000.280.38   0.20
XYZ39.011534.927424.7642
Yxy34.92740.39520.3539
Hunter Lab59.099414.403816.5255
CIE-Lab65.692119.460918.7665

#cc927f color RGB value is (204,146,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010010 01111111
Octal 314 222 177
Decimal 204 146 127
Hex CC 92 7F

RGB Percentages of Color #cc927f

%42.77
%30.61
%26.62

CMYK Percentages of Color #cc927f

%0
%28
%38
%20

Triadic Colors of #cc927f

#cc927f #7fcc92 #927fcc

Analogous Colors of #cc927f

#cc927f #ccb97f #cc7f93

Monochromatic Colors of #cc927f

#cc927f

Complementary Color

#cc927f #7fb9cc

#cc927f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc927f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc927f Color CSS Codes

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

#cc927f Text Font Color

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

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


#cc927f Background Color

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

This div background color is #cc927f


#cc927f Border Color

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

This div border color is #cc927f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc927f


Comments

No comments written yet.

Please login to write comment.