Color Hex Logo

#c62302 Color Hex

#C62302
(198,35,2)
0 Favorites   0 Comments

Color spaces of #c62302

RGB 198352
HSL0.030.980.39
HSV10°99°78°
CMYK 0.000.820.99   0.22
XYZ23.900713.21221.3479
Yxy13.21220.62140.3435
Hunter Lab36.348653.761123.2454
CIE-Lab43.081360.932555.5982

#c62302 color RGB value is (198,35,2).

#c62302 hex color red value is 198, green value is 35 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #c62302 hue: 0.03 , saturation: 0.98 and the lightness value of c62302 is 0.39.

The process color (four color CMYK) of #c62302 color hex is 0.00, 0.82, 0.99, 0.22. Web safe color of #c62302 is #cc3300. Color #c62302 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100011 00000010
Octal 306 43 2
Decimal 198 35 2
Hex C6 23 2

RGB Percentages of Color #c62302

%84.26
%14.89
%0.85

CMYK Percentages of Color #c62302

%0
%82
%99
%22

Triadic Colors of #c62302

#c62302 #02c623 #2302c6

Analogous Colors of #c62302

#c62302 #c68502 #c60243

Monochromatic Colors of #c62302

#c62302

Complementary Color

#c62302 #02a5c6

#c62302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62302 Color CSS Codes

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

#c62302 Text Font Color

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

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


#c62302 Background Color

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

This div background color is #c62302


#c62302 Border Color

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

This div border color is #c62302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62302


Comments

No comments written yet.

Please login to write comment.