Color Hex Logo

#d45219 Color Hex

#D45219
(212,82,25)
0 Favorites   0 Comments

Color spaces of #d45219

RGB 2128225
HSL0.050.790.46
HSV18°88°83°
CMYK 0.000.610.88   0.17
XYZ30.344120.10183.2004
Yxy20.10180.56560.3747
Hunter Lab44.835042.346527.1523
CIE-Lab51.952148.832055.4361

#d45219 color RGB value is (212,82,25).

#d45219 hex color red value is 212, green value is 82 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #d45219 hue: 0.05 , saturation: 0.79 and the lightness value of d45219 is 0.46.

The process color (four color CMYK) of #d45219 color hex is 0.00, 0.61, 0.88, 0.17. Web safe color of #d45219 is #cc6600. Color #d45219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010010 00011001
Octal 324 122 31
Decimal 212 82 25
Hex D4 52 19

RGB Percentages of Color #d45219

%66.46
%25.71
%7.84

CMYK Percentages of Color #d45219

%0
%61
%88
%17

Triadic Colors of #d45219

#d45219 #19d452 #5219d4

Analogous Colors of #d45219

#d45219 #d4b019 #d4193e

Monochromatic Colors of #d45219

#d45219

Complementary Color

#d45219 #199bd4

#d45219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45219 Color CSS Codes

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

#d45219 Text Font Color

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

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


#d45219 Background Color

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

This div background color is #d45219


#d45219 Border Color

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

This div border color is #d45219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45219


Comments

No comments written yet.

Please login to write comment.