Color Hex Logo

#d64601 Color Hex

#D64601
(214,70,1)
0 Favorites   0 Comments

Color spaces of #d64601

RGB 214701
HSL0.050.990.42
HSV19°100°84°
CMYK 0.000.671.00   0.16
XYZ29.927218.67872.0567
Yxy18.67870.59070.3687
Hunter Lab43.218947.970627.4317
CIE-Lab50.309254.341561.0622

#d64601 color RGB value is (214,70,1).

#d64601 hex color red value is 214, green value is 70 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #d64601 hue: 0.05 , saturation: 0.99 and the lightness value of d64601 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000110 00000001
Octal 326 106 1
Decimal 214 70 1
Hex D6 46 1

RGB Percentages of Color #d64601

%75.09
%24.56
%0.35

CMYK Percentages of Color #d64601

%0
%67
%100
%16

Triadic Colors of #d64601

#d64601 #01d646 #4601d6

Analogous Colors of #d64601

#d64601 #d6b101 #d60126

Monochromatic Colors of #d64601

#d64601

Complementary Color

#d64601 #0191d6

#d64601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64601 Color CSS Codes

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

#d64601 Text Font Color

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

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


#d64601 Background Color

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

This div background color is #d64601


#d64601 Border Color

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

This div border color is #d64601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64601


Comments

No comments written yet.

Please login to write comment.