Color Hex Logo

#c08713 Color Hex

#C08713
(192,135,19)
0 Favorites   0 Comments

Color spaces of #c08713

RGB 19213519
HSL0.110.820.41
HSV40°90°75°
CMYK 0.000.300.90   0.25
XYZ30.519728.58144.5243
Yxy28.58140.47970.4492
Hunter Lab53.46168.342832.4056
CIE-Lab60.410413.031862.4696

#c08713 color RGB value is (192,135,19).

#c08713 hex color red value is 192, green value is 135 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #c08713 hue: 0.11 , saturation: 0.82 and the lightness value of c08713 is 0.41.

The process color (four color CMYK) of #c08713 color hex is 0.00, 0.30, 0.90, 0.25. Web safe color of #c08713 is #cc9900. Color #c08713 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000111 00010011
Octal 300 207 23
Decimal 192 135 19
Hex C0 87 13

RGB Percentages of Color #c08713

%55.49
%39.02
%5.49

CMYK Percentages of Color #c08713

%0
%30
%90
%25

Triadic Colors of #c08713

#c08713 #13c087 #8713c0

Analogous Colors of #c08713

#c08713 #a3c013 #c03113

Monochromatic Colors of #c08713

#c08713

Complementary Color

#c08713 #134cc0

#c08713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08713 Color CSS Codes

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

#c08713 Text Font Color

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

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


#c08713 Background Color

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

This div background color is #c08713


#c08713 Border Color

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

This div border color is #c08713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08713


Comments

No comments written yet.

Please login to write comment.