Color Hex Logo

#d590ad Color Hex

#D590AD
(213,144,173)
0 Favorites   0 Comments

Color spaces of #d590ad

RGB 213144173
HSL0.930.450.70
HSV335°32°84°
CMYK 0.000.320.19   0.16
XYZ44.956737.109844.3286
Yxy37.10980.35570.2936
Hunter Lab60.917825.1249-0.5016
CIE-Lab67.359330.2654-4.5077

#d590ad color RGB value is (213,144,173).

#d590ad hex color red value is 213, green value is 144 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d590ad hue: 0.93 , saturation: 0.45 and the lightness value of d590ad is 0.70.

The process color (four color CMYK) of #d590ad color hex is 0.00, 0.32, 0.19, 0.16. Web safe color of #d590ad is #cc9999. Color #d590ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010000 10101101
Octal 325 220 255
Decimal 213 144 173
Hex D5 90 AD

RGB Percentages of Color #d590ad

%40.19
%27.17
%32.64

CMYK Percentages of Color #d590ad

%0
%32
%19
%16

Triadic Colors of #d590ad

#d590ad #add590 #90add5

Analogous Colors of #d590ad

#d590ad #d59690 #d590d0

Monochromatic Colors of #d590ad

#d590ad

Complementary Color

#d590ad #90d5b8

#d590ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d590ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d590ad Color CSS Codes

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

#d590ad Text Font Color

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

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


#d590ad Background Color

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

This div background color is #d590ad


#d590ad Border Color

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

This div border color is #d590ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d590ad


Comments

No comments written yet.

Please login to write comment.