Color Hex Logo

#cc949e Color Hex

#CC949E
(204,148,158)
0 Favorites   0 Comments

Color spaces of #cc949e

RGB 204148158
HSL0.970.350.69
HSV349°27°80°
CMYK 0.000.270.23   0.20
XYZ41.663336.485837.1943
Yxy36.48580.36120.3163
Hunter Lab60.403517.41435.7738
CIE-Lab66.889522.53553.1038

#cc949e color RGB value is (204,148,158).

#cc949e hex color red value is 204, green value is 148 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cc949e hue: 0.97 , saturation: 0.35 and the lightness value of cc949e is 0.69.

The process color (four color CMYK) of #cc949e color hex is 0.00, 0.27, 0.23, 0.20. Web safe color of #cc949e is #cc9999. Color #cc949e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010100 10011110
Octal 314 224 236
Decimal 204 148 158
Hex CC 94 9E

RGB Percentages of Color #cc949e

%40.00
%29.02
%30.98

CMYK Percentages of Color #cc949e

%0
%27
%23
%20

Triadic Colors of #cc949e

#cc949e #9ecc94 #949ecc

Analogous Colors of #cc949e

#cc949e #cca694 #cc94ba

Monochromatic Colors of #cc949e

#cc949e

Complementary Color

#cc949e #94ccc2

#cc949e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc949e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc949e Color CSS Codes

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

#cc949e Text Font Color

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

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


#cc949e Background Color

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

This div background color is #cc949e


#cc949e Border Color

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

This div border color is #cc949e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc949e


Comments

No comments written yet.

Please login to write comment.