Color Hex Logo

#cc457e Color Hex

#CC457E
(204,69,126)
0 Favorites   0 Comments

Color spaces of #cc457e

RGB 20469126
HSL0.930.570.54
HSV335°66°80°
CMYK 0.000.660.38   0.20
XYZ30.795918.600021.7057
Yxy18.60000.43310.2616
Hunter Lab43.127751.98670.3494
CIE-Lab50.215958.0034-2.6683

#cc457e color RGB value is (204,69,126).

#cc457e hex color red value is 204, green value is 69 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cc457e hue: 0.93 , saturation: 0.57 and the lightness value of cc457e is 0.54.

The process color (four color CMYK) of #cc457e color hex is 0.00, 0.66, 0.38, 0.20. Web safe color of #cc457e is #cc3366. Color #cc457e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000101 01111110
Octal 314 105 176
Decimal 204 69 126
Hex CC 45 7E

RGB Percentages of Color #cc457e

%51.13
%17.29
%31.58

CMYK Percentages of Color #cc457e

%0
%66
%38
%20

Triadic Colors of #cc457e

#cc457e #7ecc45 #457ecc

Analogous Colors of #cc457e

#cc457e #cc4f45 #cc45c2

Monochromatic Colors of #cc457e

#cc457e

Complementary Color

#cc457e #45cc93

#cc457e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc457e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc457e Color CSS Codes

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

#cc457e Text Font Color

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

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


#cc457e Background Color

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

This div background color is #cc457e


#cc457e Border Color

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

This div border color is #cc457e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc457e


Comments

No comments written yet.

Please login to write comment.