Color Hex Logo

#c08403 Color Hex

#C08403
(192,132,3)
0 Favorites   0 Comments

Color spaces of #c08403

RGB 1921323
HSL0.110.970.38
HSV41°98°75°
CMYK 0.000.310.98   0.25
XYZ30.005927.71563.8543
Yxy27.71560.48730.4501
Hunter Lab52.64569.608132.5112
CIE-Lab59.630914.459464.7294

#c08403 color RGB value is (192,132,3).

#c08403 hex color red value is 192, green value is 132 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #c08403 hue: 0.11 , saturation: 0.97 and the lightness value of c08403 is 0.38.

The process color (four color CMYK) of #c08403 color hex is 0.00, 0.31, 0.98, 0.25. Web safe color of #c08403 is #cc9900. Color #c08403 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000100 00000011
Octal 300 204 3
Decimal 192 132 3
Hex C0 84 3

RGB Percentages of Color #c08403

%58.72
%40.37
%0.92

CMYK Percentages of Color #c08403

%0
%31
%98
%25

Triadic Colors of #c08403

#c08403 #03c084 #8403c0

Analogous Colors of #c08403

#c08403 #9ec003 #c02603

Monochromatic Colors of #c08403

#c08403

Complementary Color

#c08403 #033fc0

#c08403 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08403 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08403 Color CSS Codes

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

#c08403 Text Font Color

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

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


#c08403 Background Color

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

This div background color is #c08403


#c08403 Border Color

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

This div border color is #c08403


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08403


Comments

No comments written yet.

Please login to write comment.