Color Hex Logo

#c1780d Color Hex

#C1780D
(193,120,13)
0 Favorites   0 Comments

Color spaces of #c1780d

RGB 19312013
HSL0.100.870.40
HSV36°93°76°
CMYK 0.000.380.93   0.24
XYZ28.781424.79953.6506
Yxy24.79950.50290.4333
Hunter Lab49.799116.015730.5130
CIE-Lab56.879521.623261.1635

#c1780d color RGB value is (193,120,13).

#c1780d hex color red value is 193, green value is 120 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c1780d hue: 0.10 , saturation: 0.87 and the lightness value of c1780d is 0.40.

The process color (four color CMYK) of #c1780d color hex is 0.00, 0.38, 0.93, 0.24. Web safe color of #c1780d is #cc6600. Color #c1780d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111000 00001101
Octal 301 170 15
Decimal 193 120 13
Hex C1 78 D

RGB Percentages of Color #c1780d

%59.20
%36.81
%3.99

CMYK Percentages of Color #c1780d

%0
%38
%93
%24

Triadic Colors of #c1780d

#c1780d #0dc178 #780dc1

Analogous Colors of #c1780d

#c1780d #b0c10d #c11e0d

Monochromatic Colors of #c1780d

#c1780d

Complementary Color

#c1780d #0d56c1

#c1780d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1780d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1780d Color CSS Codes

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

#c1780d Text Font Color

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

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


#c1780d Background Color

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

This div background color is #c1780d


#c1780d Border Color

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

This div border color is #c1780d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,120,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1780d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1780d;
  -webkit-box-shadow: 1px 1px 3px 2px #c1780d;
  box-shadow:         1px 1px 3px 2px #c1780d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,120,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1780d


Comments

No comments written yet.

Please login to write comment.