Color Hex Logo

#d56920 Color Hex

#D56920
(213,105,32)
0 Favorites   0 Comments

Color spaces of #d56920

RGB 21310532
HSL0.070.740.48
HSV24°85°84°
CMYK 0.000.510.85   0.16
XYZ32.752924.35364.3409
Yxy24.35360.53300.3963
Hunter Lab49.349432.108129.3293
CIE-Lab56.440138.300556.5733

#d56920 color RGB value is (213,105,32).

#d56920 hex color red value is 213, green value is 105 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #d56920 hue: 0.07 , saturation: 0.74 and the lightness value of d56920 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101001 00100000
Octal 325 151 40
Decimal 213 105 32
Hex D5 69 20

RGB Percentages of Color #d56920

%60.86
%30.00
%9.14

CMYK Percentages of Color #d56920

%0
%51
%85
%16

Triadic Colors of #d56920

#d56920 #20d569 #6920d5

Analogous Colors of #d56920

#d56920 #d5c420 #d52031

Monochromatic Colors of #d56920

#d56920

Complementary Color

#d56920 #208cd5

#d56920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56920 Color CSS Codes

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

#d56920 Text Font Color

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

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


#d56920 Background Color

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

This div background color is #d56920


#d56920 Border Color

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

This div border color is #d56920


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,105,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56920


Comments

No comments written yet.

Please login to write comment.