Color Hex Logo

#d590df Color Hex

#D590DF
(213,144,223)
0 Favorites   0 Comments

Color spaces of #d590df

RGB 213144223
HSL0.810.550.72
HSV292°35°87°
CMYK 0.040.350.00   0.13
XYZ50.733139.420474.7470
Yxy39.42040.30770.2391
Hunter Lab62.785734.3596-26.6354
CIE-Lab69.054738.9753-29.7848

#d590df color RGB value is (213,144,223).

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

The process color (four color CMYK) of #d590df color hex is 0.04, 0.35, 0.00, 0.13. Web safe color of #d590df is #cc99cc. Color #d590df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010000 11011111
Octal 325 220 337
Decimal 213 144 223
Hex D5 90 DF

RGB Percentages of Color #d590df

%36.72
%24.83
%38.45

CMYK Percentages of Color #d590df

%4
%35
%0
%13

Triadic Colors of #d590df

#d590df #dfd590 #90dfd5

Analogous Colors of #d590df

#d590df #df90c2 #ae90df

Monochromatic Colors of #d590df

#d590df

Complementary Color

#d590df #9adf90

#d590df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d590df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d590df Color CSS Codes

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

#d590df Text Font Color

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

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


#d590df Background Color

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

This div background color is #d590df


#d590df Border Color

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

This div border color is #d590df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d590df


Comments

No comments written yet.

Please login to write comment.