Color Hex Logo

#d5920e Color Hex

#D5920E
(213,146,14)
0 Favorites   0 Comments

Color spaces of #d5920e

RGB 21314614
HSL0.110.880.45
HSV40°93°84°
CMYK 0.000.310.93   0.16
XYZ37.798734.73565.1279
Yxy34.73560.48670.4473
Hunter Lab58.936911.339936.0972
CIE-Lab65.542316.215468.3648

#d5920e color RGB value is (213,146,14).

#d5920e hex color red value is 213, green value is 146 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #d5920e hue: 0.11 , saturation: 0.88 and the lightness value of d5920e is 0.45.

The process color (four color CMYK) of #d5920e color hex is 0.00, 0.31, 0.93, 0.16. Web safe color of #d5920e is #cc9900. Color #d5920e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010010 00001110
Octal 325 222 16
Decimal 213 146 14
Hex D5 92 E

RGB Percentages of Color #d5920e

%57.10
%39.14
%3.75

CMYK Percentages of Color #d5920e

%0
%31
%93
%16

Triadic Colors of #d5920e

#d5920e #0ed592 #920ed5

Analogous Colors of #d5920e

#d5920e #b5d50e #d52f0e

Monochromatic Colors of #d5920e

#d5920e

Complementary Color

#d5920e #0e51d5

#d5920e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5920e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5920e Color CSS Codes

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

#d5920e Text Font Color

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

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


#d5920e Background Color

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

This div background color is #d5920e


#d5920e Border Color

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

This div border color is #d5920e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,146,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5920e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5920e;
  -webkit-box-shadow: 1px 1px 3px 2px #d5920e;
  box-shadow:         1px 1px 3px 2px #d5920e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,146,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5920e


Comments

No comments written yet.

Please login to write comment.