Color Hex Logo

#c04505 Color Hex

#C04505
(192,69,5)
0 Favorites   0 Comments

Color spaces of #c04505

RGB 192695
HSL0.060.950.39
HSV21°97°75°
CMYK 0.000.640.97   0.25
XYZ23.893715.47371.8710
Yxy15.47370.57940.3752
Hunter Lab39.336639.584724.7156
CIE-Lab46.276347.129955.7628

#c04505 color RGB value is (192,69,5).

#c04505 hex color red value is 192, green value is 69 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #c04505 hue: 0.06 , saturation: 0.95 and the lightness value of c04505 is 0.39.

The process color (four color CMYK) of #c04505 color hex is 0.00, 0.64, 0.97, 0.25. Web safe color of #c04505 is #cc3300. Color #c04505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000101 00000101
Octal 300 105 5
Decimal 192 69 5
Hex C0 45 5

RGB Percentages of Color #c04505

%72.18
%25.94
%1.88

CMYK Percentages of Color #c04505

%0
%64
%97
%25

Triadic Colors of #c04505

#c04505 #05c045 #4505c0

Analogous Colors of #c04505

#c04505 #c0a305 #c00523

Monochromatic Colors of #c04505

#c04505

Complementary Color

#c04505 #0580c0

#c04505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04505 Color CSS Codes

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

#c04505 Text Font Color

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

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


#c04505 Background Color

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

This div background color is #c04505


#c04505 Border Color

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

This div border color is #c04505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04505


Comments

No comments written yet.

Please login to write comment.