Color Hex Logo

#cc428e Color Hex

#CC428E
(204,66,142)
0 Favorites   0 Comments

Color spaces of #cc428e

RGB 20466142
HSL0.910.580.53
HSV327°68°80°
CMYK 0.000.680.30   0.20
XYZ31.732518.686827.5256
Yxy18.68680.40710.2397
Hunter Lab43.228255.3819-7.4932
CIE-Lab50.318761.0069-12.1180

#cc428e color RGB value is (204,66,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000010 10001110
Octal 314 102 216
Decimal 204 66 142
Hex CC 42 8E

RGB Percentages of Color #cc428e

%49.51
%16.02
%34.47

CMYK Percentages of Color #cc428e

%0
%68
%30
%20

Triadic Colors of #cc428e

#cc428e #8ecc42 #428ecc

Analogous Colors of #cc428e

#cc428e #cc4249 #c542cc

Monochromatic Colors of #cc428e

#cc428e

Complementary Color

#cc428e #42cc80

#cc428e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc428e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc428e Color CSS Codes

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

#cc428e Text Font Color

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

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


#cc428e Background Color

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

This div background color is #cc428e


#cc428e Border Color

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

This div border color is #cc428e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,66,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 #cc428e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc428e


Comments

No comments written yet.

Please login to write comment.