Color Hex Logo

#d59070 Color Hex

#D59070
(213,144,112)
0 Favorites   0 Comments

Color spaces of #d59070

RGB 213144112
HSL0.050.550.64
HSV19°47°84°
CMYK 0.000.320.47   0.16
XYZ40.338535.262520.0095
Yxy35.26250.42190.3688
Hunter Lab59.382217.336621.5891
CIE-Lab65.952522.504727.5901

#d59070 color RGB value is (213,144,112).

#d59070 hex color red value is 213, green value is 144 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d59070 hue: 0.05 , saturation: 0.55 and the lightness value of d59070 is 0.64.

The process color (four color CMYK) of #d59070 color hex is 0.00, 0.32, 0.47, 0.16. Web safe color of #d59070 is #cc9966. Color #d59070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010000 01110000
Octal 325 220 160
Decimal 213 144 112
Hex D5 90 70

RGB Percentages of Color #d59070

%45.42
%30.70
%23.88

CMYK Percentages of Color #d59070

%0
%32
%47
%16

Triadic Colors of #d59070

#d59070 #70d590 #9070d5

Analogous Colors of #d59070

#d59070 #d5c370 #d57083

Monochromatic Colors of #d59070

#d59070

Complementary Color

#d59070 #70b5d5

#d59070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59070 Color CSS Codes

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

#d59070 Text Font Color

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

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


#d59070 Background Color

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

This div background color is #d59070


#d59070 Border Color

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

This div border color is #d59070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59070


Comments

No comments written yet.

Please login to write comment.