Color Hex Logo

#d94201 Color Hex

#D94201
(217,66,1)
0 Favorites   0 Comments

Color spaces of #d94201

RGB 217661
HSL0.050.990.43
HSV18°100°85°
CMYK 0.000.701.00   0.15
XYZ30.569018.65032.0174
Yxy18.65030.59660.3640
Hunter Lab43.186050.774927.4605
CIE-Lab50.275556.900961.3456

#d94201 color RGB value is (217,66,1).

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

The process color (four color CMYK) of #d94201 color hex is 0.00, 0.70, 1.00, 0.15. Web safe color of #d94201 is #cc3300. Color #d94201 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000010 00000001
Octal 331 102 1
Decimal 217 66 1
Hex D9 42 1

RGB Percentages of Color #d94201

%76.41
%23.24
%0.35

CMYK Percentages of Color #d94201

%0
%70
%100
%15

Triadic Colors of #d94201

#d94201 #01d942 #4201d9

Analogous Colors of #d94201

#d94201 #d9ae01 #d9012c

Monochromatic Colors of #d94201

#d94201

Complementary Color

#d94201 #0198d9

#d94201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94201 Color CSS Codes

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

#d94201 Text Font Color

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

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


#d94201 Background Color

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

This div background color is #d94201


#d94201 Border Color

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

This div border color is #d94201


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,66,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 #d94201">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94201


Comments

No comments written yet.

Please login to write comment.