Color Hex Logo

#d590de Color Hex

#D590DE
(213,144,222)
0 Favorites   0 Comments

Color spaces of #d590de

RGB 213144222
HSL0.810.540.72
HSV293°35°87°
CMYK 0.040.350.00   0.13
XYZ50.598639.366674.0389
Yxy39.36660.30850.2400
Hunter Lab62.742834.1504-26.0445
CIE-Lab69.016038.7834-29.2927

#d590de color RGB value is (213,144,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010000 11011110
Octal 325 220 336
Decimal 213 144 222
Hex D5 90 DE

RGB Percentages of Color #d590de

%36.79
%24.87
%38.34

CMYK Percentages of Color #d590de

%4
%35
%0
%13

Triadic Colors of #d590de

#d590de #ded590 #90ded5

Analogous Colors of #d590de

#d590de #de90c0 #ae90de

Monochromatic Colors of #d590de

#d590de

Complementary Color

#d590de #99de90

#d590de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d590de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d590de Color CSS Codes

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

#d590de Text Font Color

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

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


#d590de Background Color

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

This div background color is #d590de


#d590de Border Color

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

This div border color is #d590de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d590de


Comments

No comments written yet.

Please login to write comment.