Color Hex Logo

#cc072f Color Hex

#CC072F
(204,7,47)
0 Favorites   0 Comments

Color spaces of #cc072f

RGB 204747
HSL0.970.930.41
HSV348°97°80°
CMYK 0.000.970.77   0.20
XYZ25.490913.19463.8926
Yxy13.19460.59870.3099
Hunter Lab36.324461.696119.0734
CIE-Lab43.055067.895035.9335

#cc072f color RGB value is (204,7,47).

#cc072f hex color red value is 204, green value is 7 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cc072f hue: 0.97 , saturation: 0.93 and the lightness value of cc072f is 0.41.

The process color (four color CMYK) of #cc072f color hex is 0.00, 0.97, 0.77, 0.20. Web safe color of #cc072f is #cc0033. Color #cc072f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000111 00101111
Octal 314 7 57
Decimal 204 7 47
Hex CC 7 2F

RGB Percentages of Color #cc072f

%79.07
%2.71
%18.22

CMYK Percentages of Color #cc072f

%0
%97
%77
%20

Triadic Colors of #cc072f

#cc072f #2fcc07 #072fcc

Analogous Colors of #cc072f

#cc072f #cc4107 #cc0792

Monochromatic Colors of #cc072f

#cc072f

Complementary Color

#cc072f #07cca4

#cc072f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc072f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc072f Color CSS Codes

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

#cc072f Text Font Color

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

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


#cc072f Background Color

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

This div background color is #cc072f


#cc072f Border Color

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

This div border color is #cc072f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc072f


Comments

No comments written yet.

Please login to write comment.