Color Hex Logo

#c88305 Color Hex

#C88305
(200,131,5)
0 Favorites   0 Comments

Color spaces of #c88305

RGB 2001315
HSL0.110.950.40
HSV39°98°78°
CMYK 0.000.350.98   0.22
XYZ31.963128.52293.9644
Yxy28.52290.49590.4426
Hunter Lab53.406813.367332.9837
CIE-Lab60.358218.571465.3640

#c88305 color RGB value is (200,131,5).

#c88305 hex color red value is 200, green value is 131 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #c88305 hue: 0.11 , saturation: 0.95 and the lightness value of c88305 is 0.40.

The process color (four color CMYK) of #c88305 color hex is 0.00, 0.35, 0.98, 0.22. Web safe color of #c88305 is #cc9900. Color #c88305 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000011 00000101
Octal 310 203 5
Decimal 200 131 5
Hex C8 83 5

RGB Percentages of Color #c88305

%59.52
%38.99
%1.49

CMYK Percentages of Color #c88305

%0
%35
%98
%22

Triadic Colors of #c88305

#c88305 #05c883 #8305c8

Analogous Colors of #c88305

#c88305 #acc805 #c82205

Monochromatic Colors of #c88305

#c88305

Complementary Color

#c88305 #054ac8

#c88305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88305 Color CSS Codes

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

#c88305 Text Font Color

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

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


#c88305 Background Color

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

This div background color is #c88305


#c88305 Border Color

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

This div border color is #c88305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88305


Comments

No comments written yet.

Please login to write comment.