Color Hex Logo

#c84302 Color Hex

#C84302
(200,67,2)
0 Favorites   0 Comments

Color spaces of #c84302

RGB 200672
HSL0.050.980.40
HSV20°99°78°
CMYK 0.000.670.99   0.22
XYZ25.837516.29811.8415
Yxy16.29810.58750.3706
Hunter Lab40.370943.591425.5551
CIE-Lab47.363250.780257.9095

#c84302 color RGB value is (200,67,2).

#c84302 hex color red value is 200, green value is 67 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #c84302 hue: 0.05 , saturation: 0.98 and the lightness value of c84302 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000011 00000010
Octal 310 103 2
Decimal 200 67 2
Hex C8 43 2

RGB Percentages of Color #c84302

%74.35
%24.91
%0.74

CMYK Percentages of Color #c84302

%0
%67
%99
%22

Triadic Colors of #c84302

#c84302 #02c843 #4302c8

Analogous Colors of #c84302

#c84302 #c8a602 #c80224

Monochromatic Colors of #c84302

#c84302

Complementary Color

#c84302 #0287c8

#c84302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84302 Color CSS Codes

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

#c84302 Text Font Color

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

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


#c84302 Background Color

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

This div background color is #c84302


#c84302 Border Color

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

This div border color is #c84302


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,67,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 #c84302">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84302


Comments

No comments written yet.

Please login to write comment.