Color Hex Logo

#c95508 Color Hex

#C95508
(201,85,8)
0 Favorites   0 Comments

Color spaces of #c95508

RGB 201858
HSL0.070.920.41
HSV24°96°79°
CMYK 0.000.580.96   0.21
XYZ27.379718.93202.4409
Yxy18.93200.56160.3883
Hunter Lab43.510936.178927.1316
CIE-Lab50.607643.116058.4474

#c95508 color RGB value is (201,85,8).

#c95508 hex color red value is 201, green value is 85 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #c95508 hue: 0.07 , saturation: 0.92 and the lightness value of c95508 is 0.41.

The process color (four color CMYK) of #c95508 color hex is 0.00, 0.58, 0.96, 0.21. Web safe color of #c95508 is #cc6600. Color #c95508 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010101 00001000
Octal 311 125 10
Decimal 201 85 8
Hex C9 55 8

RGB Percentages of Color #c95508

%68.37
%28.91
%2.72

CMYK Percentages of Color #c95508

%0
%58
%96
%21

Triadic Colors of #c95508

#c95508 #08c955 #5508c9

Analogous Colors of #c95508

#c95508 #c9b608 #c9081b

Monochromatic Colors of #c95508

#c95508

Complementary Color

#c95508 #087cc9

#c95508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95508 Color CSS Codes

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

#c95508 Text Font Color

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

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


#c95508 Background Color

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

This div background color is #c95508


#c95508 Border Color

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

This div border color is #c95508


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,85,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c95508; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c95508;
  -webkit-box-shadow: 1px 1px 3px 2px #c95508;
  box-shadow:         1px 1px 3px 2px #c95508; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95508


Comments

No comments written yet.

Please login to write comment.