Color Hex Logo

#d64915 Color Hex

#D64915
(214,73,21)
0 Favorites   0 Comments

Color spaces of #d64915

RGB 2147321
HSL0.040.820.46
HSV16°90°84°
CMYK 0.000.660.90   0.16
XYZ30.249519.11542.8048
Yxy19.11540.57980.3664
Hunter Lab43.721246.987326.8012
CIE-Lab50.821953.348056.1434

#d64915 color RGB value is (214,73,21).

#d64915 hex color red value is 214, green value is 73 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #d64915 hue: 0.04 , saturation: 0.82 and the lightness value of d64915 is 0.46.

The process color (four color CMYK) of #d64915 color hex is 0.00, 0.66, 0.90, 0.16. Web safe color of #d64915 is #cc3300. Color #d64915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001001 00010101
Octal 326 111 25
Decimal 214 73 21
Hex D6 49 15

RGB Percentages of Color #d64915

%69.48
%23.70
%6.82

CMYK Percentages of Color #d64915

%0
%66
%90
%16

Triadic Colors of #d64915

#d64915 #15d649 #4915d6

Analogous Colors of #d64915

#d64915 #d6aa15 #d61542

Monochromatic Colors of #d64915

#d64915

Complementary Color

#d64915 #15a2d6

#d64915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64915 Color CSS Codes

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

#d64915 Text Font Color

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

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


#d64915 Background Color

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

This div background color is #d64915


#d64915 Border Color

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

This div border color is #d64915


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,73,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d64915; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d64915;
  -webkit-box-shadow: 1px 1px 3px 2px #d64915;
  box-shadow:         1px 1px 3px 2px #d64915; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,73,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64915


Comments

No comments written yet.

Please login to write comment.