Color Hex Logo

#d5802f Color Hex

#D5802F
(213,128,47)
0 Favorites   0 Comments

Color spaces of #d5802f

RGB 21312847
HSL0.080.660.51
HSV29°78°84°
CMYK 0.000.400.78   0.16
XYZ35.672829.78976.5591
Yxy29.78970.49530.4136
Hunter Lab54.579921.150631.0808
CIE-Lab61.472326.731655.1714

#d5802f color RGB value is (213,128,47).

#d5802f hex color red value is 213, green value is 128 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d5802f hue: 0.08 , saturation: 0.66 and the lightness value of d5802f is 0.51.

The process color (four color CMYK) of #d5802f color hex is 0.00, 0.40, 0.78, 0.16. Web safe color of #d5802f is #cc9933. Color #d5802f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000000 00101111
Octal 325 200 57
Decimal 213 128 47
Hex D5 80 2F

RGB Percentages of Color #d5802f

%54.90
%32.99
%12.11

CMYK Percentages of Color #d5802f

%0
%40
%78
%16

Triadic Colors of #d5802f

#d5802f #2fd580 #802fd5

Analogous Colors of #d5802f

#d5802f #d5d32f #d52f31

Monochromatic Colors of #d5802f

#d5802f

Complementary Color

#d5802f #2f84d5

#d5802f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5802f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5802f Color CSS Codes

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

#d5802f Text Font Color

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

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


#d5802f Background Color

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

This div background color is #d5802f


#d5802f Border Color

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

This div border color is #d5802f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5802f


Comments

No comments written yet.

Please login to write comment.