Color Hex Logo

#c62005 Color Hex

#C62005
(198,32,5)
0 Favorites   0 Comments

Color spaces of #c62005

RGB 198325
HSL0.020.950.40
HSV97°78°
CMYK 0.000.840.97   0.22
XYZ23.832613.04971.4063
Yxy13.04970.62240.3408
Hunter Lab36.124454.545522.9789
CIE-Lab42.838061.680854.5201

#c62005 color RGB value is (198,32,5).

#c62005 hex color red value is 198, green value is 32 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #c62005 hue: 0.02 , saturation: 0.95 and the lightness value of c62005 is 0.40.

The process color (four color CMYK) of #c62005 color hex is 0.00, 0.84, 0.97, 0.22. Web safe color of #c62005 is #cc3300. Color #c62005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100000 00000101
Octal 306 40 5
Decimal 198 32 5
Hex C6 20 5

RGB Percentages of Color #c62005

%84.26
%13.62
%2.13

CMYK Percentages of Color #c62005

%0
%84
%97
%22

Triadic Colors of #c62005

#c62005 #05c620 #2005c6

Analogous Colors of #c62005

#c62005 #c68105 #c6054b

Monochromatic Colors of #c62005

#c62005

Complementary Color

#c62005 #05abc6

#c62005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62005 Color CSS Codes

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

#c62005 Text Font Color

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

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


#c62005 Background Color

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

This div background color is #c62005


#c62005 Border Color

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

This div border color is #c62005


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,32,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c62005; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c62005;
  -webkit-box-shadow: 1px 1px 3px 2px #c62005;
  box-shadow:         1px 1px 3px 2px #c62005; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,32,5, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62005


Comments

No comments written yet.

Please login to write comment.