Color Hex Logo

#d5905e Color Hex

#D5905E
(213,144,94)
0 Favorites   0 Comments

Color spaces of #d5905e

RGB 21314494
HSL0.070.590.60
HSV25°56°84°
CMYK 0.000.320.56   0.16
XYZ39.434234.900815.2478
Yxy34.90080.44020.3896
Hunter Lab59.076915.765326.0510
CIE-Lab65.671420.887636.9533

#d5905e color RGB value is (213,144,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010000 01011110
Octal 325 220 136
Decimal 213 144 94
Hex D5 90 5E

RGB Percentages of Color #d5905e

%47.23
%31.93
%20.84

CMYK Percentages of Color #d5905e

%0
%32
%56
%16

Triadic Colors of #d5905e

#d5905e #5ed590 #905ed5

Analogous Colors of #d5905e

#d5905e #d5cc5e #d55e68

Monochromatic Colors of #d5905e

#d5905e

Complementary Color

#d5905e #5ea3d5

#d5905e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5905e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5905e Color CSS Codes

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

#d5905e Text Font Color

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

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


#d5905e Background Color

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

This div background color is #d5905e


#d5905e Border Color

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

This div border color is #d5905e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5905e


Comments

No comments written yet.

Please login to write comment.