Color Hex Logo

#d45912 Color Hex

#D45912
(212,89,18)
0 Favorites   0 Comments

Color spaces of #d45912

RGB 2128918
HSL0.060.840.45
HSV22°92°83°
CMYK 0.000.580.92   0.17
XYZ30.832921.18553.0364
Yxy21.18550.56000.3848
Hunter Lab46.027739.024528.3081
CIE-Lab53.151945.485658.5776

#d45912 color RGB value is (212,89,18).

#d45912 hex color red value is 212, green value is 89 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #d45912 hue: 0.06 , saturation: 0.84 and the lightness value of d45912 is 0.45.

The process color (four color CMYK) of #d45912 color hex is 0.00, 0.58, 0.92, 0.17. Web safe color of #d45912 is #cc6600. Color #d45912 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01011001 00010010
Octal 324 131 22
Decimal 212 89 18
Hex D4 59 12

RGB Percentages of Color #d45912

%66.46
%27.90
%5.64

CMYK Percentages of Color #d45912

%0
%58
%92
%17

Triadic Colors of #d45912

#d45912 #12d459 #5912d4

Analogous Colors of #d45912

#d45912 #d4ba12 #d4122c

Monochromatic Colors of #d45912

#d45912

Complementary Color

#d45912 #128dd4

#d45912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45912 Color CSS Codes

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

#d45912 Text Font Color

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

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


#d45912 Background Color

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

This div background color is #d45912


#d45912 Border Color

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

This div border color is #d45912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45912


Comments

No comments written yet.

Please login to write comment.