Color Hex Logo

#cc418e Color Hex

#CC418E
(204,65,142)
0 Favorites   0 Comments

Color spaces of #cc418e

RGB 20465142
HSL0.910.580.53
HSV327°68°80°
CMYK 0.000.680.30   0.20
XYZ31.674618.571027.5063
Yxy18.57100.40740.2388
Hunter Lab43.094155.7847-7.6781
CIE-Lab50.181561.3875-12.3251

#cc418e color RGB value is (204,65,142).

#cc418e hex color red value is 204, green value is 65 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cc418e hue: 0.91 , saturation: 0.58 and the lightness value of cc418e is 0.53.

The process color (four color CMYK) of #cc418e color hex is 0.00, 0.68, 0.30, 0.20. Web safe color of #cc418e is #cc3399. Color #cc418e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000001 10001110
Octal 314 101 216
Decimal 204 65 142
Hex CC 41 8E

RGB Percentages of Color #cc418e

%49.64
%15.82
%34.55

CMYK Percentages of Color #cc418e

%0
%68
%30
%20

Triadic Colors of #cc418e

#cc418e #8ecc41 #418ecc

Analogous Colors of #cc418e

#cc418e #cc4149 #c541cc

Monochromatic Colors of #cc418e

#cc418e

Complementary Color

#cc418e #41cc7f

#cc418e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc418e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc418e Color CSS Codes

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

#cc418e Text Font Color

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

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


#cc418e Background Color

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

This div background color is #cc418e


#cc418e Border Color

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

This div border color is #cc418e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc418e


Comments

No comments written yet.

Please login to write comment.