Color Hex Logo

#cc927e Color Hex

#CC927E
(204,146,126)
0 Favorites   0 Comments

Color spaces of #cc927e

RGB 204146126
HSL0.040.430.65
HSV15°38°80°
CMYK 0.000.280.38   0.20
XYZ38.946634.901524.4226
Yxy34.90150.39630.3552
Hunter Lab59.077514.289816.8438
CIE-Lab65.671919.341819.2956

#cc927e color RGB value is (204,146,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010010 01111110
Octal 314 222 176
Decimal 204 146 126
Hex CC 92 7E

RGB Percentages of Color #cc927e

%42.86
%30.67
%26.47

CMYK Percentages of Color #cc927e

%0
%28
%38
%20

Triadic Colors of #cc927e

#cc927e #7ecc92 #927ecc

Analogous Colors of #cc927e

#cc927e #ccb97e #cc7e91

Monochromatic Colors of #cc927e

#cc927e

Complementary Color

#cc927e #7eb8cc

#cc927e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc927e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc927e Color CSS Codes

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

#cc927e Text Font Color

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

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


#cc927e Background Color

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

This div background color is #cc927e


#cc927e Border Color

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

This div border color is #cc927e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc927e


Comments

No comments written yet.

Please login to write comment.