Color Hex Logo

#cc425f Color Hex

#CC425F
(204,66,95)
0 Favorites   0 Comments

Color spaces of #cc425f

RGB 2046695
HSL0.960.580.53
HSV347°68°80°
CMYK 0.000.680.53   0.20
XYZ28.915617.560012.6919
Yxy17.56000.48870.2968
Hunter Lab41.904749.837811.3758
CIE-Lab48.958056.288714.2986

#cc425f color RGB value is (204,66,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000010 01011111
Octal 314 102 137
Decimal 204 66 95
Hex CC 42 5F

RGB Percentages of Color #cc425f

%55.89
%18.08
%26.03

CMYK Percentages of Color #cc425f

%0
%68
%53
%20

Triadic Colors of #cc425f

#cc425f #5fcc42 #425fcc

Analogous Colors of #cc425f

#cc425f #cc6a42 #cc42a4

Monochromatic Colors of #cc425f

#cc425f

Complementary Color

#cc425f #42ccaf

#cc425f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc425f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc425f Color CSS Codes

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

#cc425f Text Font Color

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

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


#cc425f Background Color

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

This div background color is #cc425f


#cc425f Border Color

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

This div border color is #cc425f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc425f


Comments

No comments written yet.

Please login to write comment.