Color Hex Logo

#d585de Color Hex

#D585DE
(213,133,222)
0 Favorites   0 Comments

Color spaces of #d585de

RGB 213133222
HSL0.820.570.70
HSV294°40°87°
CMYK 0.040.400.00   0.13
XYZ49.012936.195173.5103
Yxy36.19510.30880.2280
Hunter Lab60.162440.1357-30.3307
CIE-Lab66.668744.6228-32.9201

#d585de color RGB value is (213,133,222).

#d585de hex color red value is 213, green value is 133 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d585de hue: 0.82 , saturation: 0.57 and the lightness value of d585de is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000101 11011110
Octal 325 205 336
Decimal 213 133 222
Hex D5 85 DE

RGB Percentages of Color #d585de

%37.50
%23.42
%39.08

CMYK Percentages of Color #d585de

%4
%40
%0
%13

Triadic Colors of #d585de

#d585de #ded585 #85ded5

Analogous Colors of #d585de

#d585de #de85bb #a985de

Monochromatic Colors of #d585de

#d585de

Complementary Color

#d585de #8ede85

#d585de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d585de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d585de Color CSS Codes

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

#d585de Text Font Color

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

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


#d585de Background Color

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

This div background color is #d585de


#d585de Border Color

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

This div border color is #d585de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,133,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 #d585de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d585de


Comments

No comments written yet.

Please login to write comment.