Color Hex Logo

#c05309 Color Hex

#C05309
(192,83,9)
0 Favorites   0 Comments

Color spaces of #c05309

RGB 192839
HSL0.070.910.39
HSV24°95°75°
CMYK 0.000.570.95   0.25
XYZ24.880817.41272.3081
Yxy17.41270.55780.3904
Hunter Lab41.728533.406425.9305
CIE-Lab48.775940.642856.3312

#c05309 color RGB value is (192,83,9).

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

The process color (four color CMYK) of #c05309 color hex is 0.00, 0.57, 0.95, 0.25. Web safe color of #c05309 is #cc6600. Color #c05309 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010011 00001001
Octal 300 123 11
Decimal 192 83 9
Hex C0 53 9

RGB Percentages of Color #c05309

%67.61
%29.23
%3.17

CMYK Percentages of Color #c05309

%0
%57
%95
%25

Triadic Colors of #c05309

#c05309 #09c053 #5309c0

Analogous Colors of #c05309

#c05309 #c0af09 #c0091a

Monochromatic Colors of #c05309

#c05309

Complementary Color

#c05309 #0976c0

#c05309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05309 Color CSS Codes

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

#c05309 Text Font Color

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

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


#c05309 Background Color

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

This div background color is #c05309


#c05309 Border Color

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

This div border color is #c05309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05309


Comments

No comments written yet.

Please login to write comment.