Color Hex Logo

#c05905 Color Hex

#C05905
(192,89,5)
0 Favorites   0 Comments

Color spaces of #c05905

RGB 192895
HSL0.070.950.39
HSV27°97°75°
CMYK 0.000.540.97   0.25
XYZ25.338018.36222.3524
Yxy18.36220.55020.3987
Hunter Lab42.851130.558126.7410
CIE-Lab49.932537.604757.9735

#c05905 color RGB value is (192,89,5).

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

The process color (four color CMYK) of #c05905 color hex is 0.00, 0.54, 0.97, 0.25. Web safe color of #c05905 is #cc6600. Color #c05905 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011001 00000101
Octal 300 131 5
Decimal 192 89 5
Hex C0 59 5

RGB Percentages of Color #c05905

%67.13
%31.12
%1.75

CMYK Percentages of Color #c05905

%0
%54
%97
%25

Triadic Colors of #c05905

#c05905 #05c059 #5905c0

Analogous Colors of #c05905

#c05905 #c0b705 #c0050e

Monochromatic Colors of #c05905

#c05905

Complementary Color

#c05905 #056cc0

#c05905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05905 Color CSS Codes

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

#c05905 Text Font Color

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

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


#c05905 Background Color

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

This div background color is #c05905


#c05905 Border Color

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

This div border color is #c05905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05905


Comments

No comments written yet.

Please login to write comment.