Color Hex Logo

#cc0719 Color Hex

#CC0719
(204,7,25)
0 Favorites   0 Comments

Color spaces of #cc0719

RGB 204725
HSL0.980.930.41
HSV355°97°80°
CMYK 0.000.970.88   0.20
XYZ25.153313.05952.1147
Yxy13.05950.62370.3238
Hunter Lab36.137961.001021.8271
CIE-Lab42.852867.337047.7102

#cc0719 color RGB value is (204,7,25).

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

The process color (four color CMYK) of #cc0719 color hex is 0.00, 0.97, 0.88, 0.20. Web safe color of #cc0719 is #cc0000. Color #cc0719 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000111 00011001
Octal 314 7 31
Decimal 204 7 25
Hex CC 7 19

RGB Percentages of Color #cc0719

%86.44
%2.97
%10.59

CMYK Percentages of Color #cc0719

%0
%97
%88
%20

Triadic Colors of #cc0719

#cc0719 #19cc07 #0719cc

Analogous Colors of #cc0719

#cc0719 #cc5707 #cc077c

Monochromatic Colors of #cc0719

#cc0719

Complementary Color

#cc0719 #07ccba

#cc0719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0719 Color CSS Codes

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

#cc0719 Text Font Color

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

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


#cc0719 Background Color

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

This div background color is #cc0719


#cc0719 Border Color

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

This div border color is #cc0719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0719


Comments

No comments written yet.

Please login to write comment.