Color Hex Logo

#cc294e Color Hex

#CC294E
(204,41,78)
0 Favorites   0 Comments

Color spaces of #cc294e

RGB 2044178
HSL0.960.670.48
HSV346°80°80°
CMYK 0.000.800.62   0.20
XYZ27.069914.97338.6711
Yxy14.97330.53380.2952
Hunter Lab38.695357.155413.8007
CIE-Lab45.597663.460420.1560

#cc294e color RGB value is (204,41,78).

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

The process color (four color CMYK) of #cc294e color hex is 0.00, 0.80, 0.62, 0.20. Web safe color of #cc294e is #cc3366. Color #cc294e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101001 01001110
Octal 314 51 116
Decimal 204 41 78
Hex CC 29 4E

RGB Percentages of Color #cc294e

%63.16
%12.69
%24.15

CMYK Percentages of Color #cc294e

%0
%80
%62
%20

Triadic Colors of #cc294e

#cc294e #4ecc29 #294ecc

Analogous Colors of #cc294e

#cc294e #cc5629 #cc29a0

Monochromatic Colors of #cc294e

#cc294e

Complementary Color

#cc294e #29cca7

#cc294e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc294e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc294e Color CSS Codes

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

#cc294e Text Font Color

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

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


#cc294e Background Color

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

This div background color is #cc294e


#cc294e Border Color

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

This div border color is #cc294e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc294e


Comments

No comments written yet.

Please login to write comment.