Color Hex Logo

#cc299b Color Hex

#CC299B
(204,41,155)
0 Favorites   0 Comments

Color spaces of #cc299b

RGB 20441155
HSL0.880.670.48
HSV318°80°80°
CMYK 0.000.800.24   0.20
XYZ31.611216.789832.5850
Yxy16.78980.39030.2073
Hunter Lab40.975466.0003-18.4667
CIE-Lab47.994170.5844-23.4427

#cc299b color RGB value is (204,41,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101001 10011011
Octal 314 51 233
Decimal 204 41 155
Hex CC 29 9B

RGB Percentages of Color #cc299b

%51.00
%10.25
%38.75

CMYK Percentages of Color #cc299b

%0
%80
%24
%20

Triadic Colors of #cc299b

#cc299b #9bcc29 #299bcc

Analogous Colors of #cc299b

#cc299b #cc294a #ac29cc

Monochromatic Colors of #cc299b

#cc299b

Complementary Color

#cc299b #29cc5a

#cc299b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc299b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc299b Color CSS Codes

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

#cc299b Text Font Color

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

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


#cc299b Background Color

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

This div background color is #cc299b


#cc299b Border Color

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

This div border color is #cc299b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc299b


Comments

No comments written yet.

Please login to write comment.