Color Hex Logo

#d56610 Color Hex

#D56610
(213,102,16)
0 Favorites   0 Comments

Color spaces of #d56610

RGB 21310216
HSL0.070.860.45
HSV26°92°84°
CMYK 0.000.520.92   0.16
XYZ32.285523.68633.3605
Yxy23.68630.54410.3992
Hunter Lab48.668633.242429.9741
CIE-Lab55.772339.503361.0102

#d56610 color RGB value is (213,102,16).

#d56610 hex color red value is 213, green value is 102 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #d56610 hue: 0.07 , saturation: 0.86 and the lightness value of d56610 is 0.45.

The process color (four color CMYK) of #d56610 color hex is 0.00, 0.52, 0.92, 0.16. Web safe color of #d56610 is #cc6600. Color #d56610 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100110 00010000
Octal 325 146 20
Decimal 213 102 16
Hex D5 66 10

RGB Percentages of Color #d56610

%64.35
%30.82
%4.83

CMYK Percentages of Color #d56610

%0
%52
%92
%16

Triadic Colors of #d56610

#d56610 #10d566 #6610d5

Analogous Colors of #d56610

#d56610 #d5c910 #d5101c

Monochromatic Colors of #d56610

#d56610

Complementary Color

#d56610 #107fd5

#d56610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56610 Color CSS Codes

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

#d56610 Text Font Color

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

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


#d56610 Background Color

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

This div background color is #d56610


#d56610 Border Color

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

This div border color is #d56610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56610


Comments

No comments written yet.

Please login to write comment.