Color Hex Logo

#cc425b Color Hex

#CC425B
(204,66,91)
0 Favorites   0 Comments

Color spaces of #cc425b

RGB 2046691
HSL0.970.580.53
HSV349°68°80°
CMYK 0.000.680.55   0.20
XYZ28.738417.489111.7586
Yxy17.48910.49560.3016
Hunter Lab41.820049.479012.6033
CIE-Lab48.870555.977716.6037

#cc425b color RGB value is (204,66,91).

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

The process color (four color CMYK) of #cc425b color hex is 0.00, 0.68, 0.55, 0.20. Web safe color of #cc425b is #cc3366. Color #cc425b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000010 01011011
Octal 314 102 133
Decimal 204 66 91
Hex CC 42 5B

RGB Percentages of Color #cc425b

%56.51
%18.28
%25.21

CMYK Percentages of Color #cc425b

%0
%68
%55
%20

Triadic Colors of #cc425b

#cc425b #5bcc42 #425bcc

Analogous Colors of #cc425b

#cc425b #cc6e42 #cc42a0

Monochromatic Colors of #cc425b

#cc425b

Complementary Color

#cc425b #42ccb3

#cc425b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc425b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc425b Color CSS Codes

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

#cc425b Text Font Color

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

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


#cc425b Background Color

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

This div background color is #cc425b


#cc425b Border Color

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

This div border color is #cc425b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc425b


Comments

No comments written yet.

Please login to write comment.