Color Hex Logo

#d4801d Color Hex

#D4801D
(212,128,29)
0 Favorites   0 Comments

Color spaces of #d4801d

RGB 21212829
HSL0.090.760.47
HSV32°86°83°
CMYK 0.000.400.86   0.17
XYZ35.092329.52415.0116
Yxy29.52410.50400.4240
Hunter Lab54.336120.193932.5667
CIE-Lab61.241425.759961.4997

#d4801d color RGB value is (212,128,29).

#d4801d hex color red value is 212, green value is 128 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #d4801d hue: 0.09 , saturation: 0.76 and the lightness value of d4801d is 0.47.

The process color (four color CMYK) of #d4801d color hex is 0.00, 0.40, 0.86, 0.17. Web safe color of #d4801d is #cc9933. Color #d4801d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000000 00011101
Octal 324 200 35
Decimal 212 128 29
Hex D4 80 1D

RGB Percentages of Color #d4801d

%57.45
%34.69
%7.86

CMYK Percentages of Color #d4801d

%0
%40
%86
%17

Triadic Colors of #d4801d

#d4801d #1dd480 #801dd4

Analogous Colors of #d4801d

#d4801d #cdd41d #d4251d

Monochromatic Colors of #d4801d

#d4801d

Complementary Color

#d4801d #1d71d4

#d4801d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4801d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4801d Color CSS Codes

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

#d4801d Text Font Color

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

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


#d4801d Background Color

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

This div background color is #d4801d


#d4801d Border Color

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

This div border color is #d4801d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4801d


Comments

No comments written yet.

Please login to write comment.