Color Hex Logo

#d56259 Color Hex

#D56259
(213,98,89)
0 Favorites   0 Comments

Color spaces of #d56259

RGB 2139889
HSL0.010.600.59
HSV58°84°
CMYK 0.000.540.58   0.16
XYZ33.611423.602812.2355
Yxy23.60280.48400.3399
Hunter Lab48.582738.473519.0758
CIE-Lab55.687944.579127.0873

#d56259 color RGB value is (213,98,89).

#d56259 hex color red value is 213, green value is 98 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #d56259 hue: 0.01 , saturation: 0.60 and the lightness value of d56259 is 0.59.

The process color (four color CMYK) of #d56259 color hex is 0.00, 0.54, 0.58, 0.16. Web safe color of #d56259 is #cc6666. Color #d56259 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100010 01011001
Octal 325 142 131
Decimal 213 98 89
Hex D5 62 59

RGB Percentages of Color #d56259

%53.25
%24.50
%22.25

CMYK Percentages of Color #d56259

%0
%54
%58
%16

Triadic Colors of #d56259

#d56259 #59d562 #6259d5

Analogous Colors of #d56259

#d56259 #d5a059 #d5598e

Monochromatic Colors of #d56259

#d56259

Complementary Color

#d56259 #59ccd5

#d56259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56259 Color CSS Codes

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

#d56259 Text Font Color

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

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


#d56259 Background Color

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

This div background color is #d56259


#d56259 Border Color

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

This div border color is #d56259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56259


Comments

No comments written yet.

Please login to write comment.