Color Hex Logo

#d94821 Color Hex

#D94821
(217,72,33)
0 Favorites   0 Comments

Color spaces of #d94821

RGB 2177233
HSL0.040.740.49
HSV13°85°85°
CMYK 0.000.670.85   0.15
XYZ31.207119.49623.5572
Yxy19.49620.57510.3593
Hunter Lab44.154548.888226.1316
CIE-Lab51.262855.012852.0342

#d94821 color RGB value is (217,72,33).

#d94821 hex color red value is 217, green value is 72 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #d94821 hue: 0.04 , saturation: 0.74 and the lightness value of d94821 is 0.49.

The process color (four color CMYK) of #d94821 color hex is 0.00, 0.67, 0.85, 0.15. Web safe color of #d94821 is #cc3333. Color #d94821 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001000 00100001
Octal 331 110 41
Decimal 217 72 33
Hex D9 48 21

RGB Percentages of Color #d94821

%67.39
%22.36
%10.25

CMYK Percentages of Color #d94821

%0
%67
%85
%15

Triadic Colors of #d94821

#d94821 #21d948 #4821d9

Analogous Colors of #d94821

#d94821 #d9a421 #d92156

Monochromatic Colors of #d94821

#d94821

Complementary Color

#d94821 #21b2d9

#d94821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94821 Color CSS Codes

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

#d94821 Text Font Color

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

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


#d94821 Background Color

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

This div background color is #d94821


#d94821 Border Color

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

This div border color is #d94821


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,72,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94821


Comments

No comments written yet.

Please login to write comment.