Color Hex Logo

#d35221 Color Hex

#D35221
(211,82,33)
0 Favorites   0 Comments

Color spaces of #d35221

RGB 2118233
HSL0.050.730.48
HSV17°84°83°
CMYK 0.000.610.84   0.17
XYZ30.155819.99333.7085
Yxy19.99330.55990.3712
Hunter Lab44.713942.134226.3823
CIE-Lab51.829648.651652.1176

#d35221 color RGB value is (211,82,33).

#d35221 hex color red value is 211, green value is 82 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #d35221 hue: 0.05 , saturation: 0.73 and the lightness value of d35221 is 0.48.

The process color (four color CMYK) of #d35221 color hex is 0.00, 0.61, 0.84, 0.17. Web safe color of #d35221 is #cc6633. Color #d35221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010010 00100001
Octal 323 122 41
Decimal 211 82 33
Hex D3 52 21

RGB Percentages of Color #d35221

%64.72
%25.15
%10.12

CMYK Percentages of Color #d35221

%0
%61
%84
%17

Triadic Colors of #d35221

#d35221 #21d352 #5221d3

Analogous Colors of #d35221

#d35221 #d3ab21 #d32149

Monochromatic Colors of #d35221

#d35221

Complementary Color

#d35221 #21a2d3

#d35221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35221 Color CSS Codes

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

#d35221 Text Font Color

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

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


#d35221 Background Color

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

This div background color is #d35221


#d35221 Border Color

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

This div border color is #d35221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35221


Comments

No comments written yet.

Please login to write comment.