Color Hex Logo

#d56121 Color Hex

#D56121
(213,97,33)
0 Favorites   0 Comments

Color spaces of #d56121

RGB 2139733
HSL0.060.730.48
HSV21°85°84°
CMYK 0.000.540.85   0.16
XYZ31.989822.80534.1547
Yxy22.80530.54270.3869
Hunter Lab47.754936.001628.2702
CIE-Lab54.871242.319154.8595

#d56121 color RGB value is (213,97,33).

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

The process color (four color CMYK) of #d56121 color hex is 0.00, 0.54, 0.85, 0.16. Web safe color of #d56121 is #cc6633. Color #d56121 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100001 00100001
Octal 325 141 41
Decimal 213 97 33
Hex D5 61 21

RGB Percentages of Color #d56121

%62.10
%28.28
%9.62

CMYK Percentages of Color #d56121

%0
%54
%85
%16

Triadic Colors of #d56121

#d56121 #21d561 #6121d5

Analogous Colors of #d56121

#d56121 #d5bb21 #d5213b

Monochromatic Colors of #d56121

#d56121

Complementary Color

#d56121 #2195d5

#d56121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56121 Color CSS Codes

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

#d56121 Text Font Color

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

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


#d56121 Background Color

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

This div background color is #d56121


#d56121 Border Color

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

This div border color is #d56121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56121


Comments

No comments written yet.

Please login to write comment.