Color Hex Logo

#cc299f Color Hex

#CC299F
(204,41,159)
0 Favorites   0 Comments

Color spaces of #cc299f

RGB 20441159
HSL0.880.670.48
HSV317°80°80°
CMYK 0.000.800.22   0.20
XYZ31.952816.926434.3839
Yxy16.92640.38380.2033
Hunter Lab41.141766.6344-20.7520
CIE-Lab48.167271.0818-25.5621

#cc299f color RGB value is (204,41,159).

#cc299f hex color red value is 204, green value is 41 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cc299f hue: 0.88 , saturation: 0.67 and the lightness value of cc299f is 0.48.

The process color (four color CMYK) of #cc299f color hex is 0.00, 0.80, 0.22, 0.20. Web safe color of #cc299f is #cc3399. Color #cc299f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101001 10011111
Octal 314 51 237
Decimal 204 41 159
Hex CC 29 9F

RGB Percentages of Color #cc299f

%50.50
%10.15
%39.36

CMYK Percentages of Color #cc299f

%0
%80
%22
%20

Triadic Colors of #cc299f

#cc299f #9fcc29 #299fcc

Analogous Colors of #cc299f

#cc299f #cc294e #a829cc

Monochromatic Colors of #cc299f

#cc299f

Complementary Color

#cc299f #29cc56

#cc299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc299f Color CSS Codes

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

#cc299f Text Font Color

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

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


#cc299f Background Color

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

This div background color is #cc299f


#cc299f Border Color

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

This div border color is #cc299f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc299f


Comments

No comments written yet.

Please login to write comment.