Color Hex Logo

#d64900 Color Hex

#D64900
(214,73,0)
0 Favorites   0 Comments

Color spaces of #d64900

RGB 214730
HSL0.061.000.42
HSV20°100°84°
CMYK 0.000.661.00   0.16
XYZ30.114119.06122.0920
Yxy19.06120.58740.3718
Hunter Lab43.659146.717827.7204
CIE-Lab50.758753.110361.5343

#d64900 color RGB value is (214,73,0).

#d64900 hex color red value is 214, green value is 73 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #d64900 hue: 0.06 , saturation: 1.00 and the lightness value of d64900 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001001 00000000
Octal 326 111 0
Decimal 214 73 0
Hex D6 49 0

RGB Percentages of Color #d64900

%74.56
%25.44
%0.00

CMYK Percentages of Color #d64900

%0
%66
%100
%16

Triadic Colors of #d64900

#d64900 #00d649 #4900d6

Analogous Colors of #d64900

#d64900 #d6b400 #d60022

Monochromatic Colors of #d64900

#d64900

Complementary Color

#d64900 #008dd6

#d64900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64900 Color CSS Codes

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

#d64900 Text Font Color

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

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


#d64900 Background Color

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

This div background color is #d64900


#d64900 Border Color

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

This div border color is #d64900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64900


Comments

No comments written yet.

Please login to write comment.