Color Hex Logo

#d580de Color Hex

#D580DE
(213,128,222)
0 Favorites   0 Comments

Color spaces of #d580de

RGB 213128222
HSL0.820.590.69
HSV294°42°87°
CMYK 0.040.420.00   0.13
XYZ48.344634.858473.2875
Yxy34.85840.30890.2228
Hunter Lab59.041042.8396-32.2679
CIE-Lab65.638347.2337-34.5193

#d580de color RGB value is (213,128,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000000 11011110
Octal 325 200 336
Decimal 213 128 222
Hex D5 80 DE

RGB Percentages of Color #d580de

%37.83
%22.74
%39.43

CMYK Percentages of Color #d580de

%4
%42
%0
%13

Triadic Colors of #d580de

#d580de #ded580 #80ded5

Analogous Colors of #d580de

#d580de #de80b8 #a680de

Monochromatic Colors of #d580de

#d580de

Complementary Color

#d580de #89de80

#d580de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d580de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d580de Color CSS Codes

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

#d580de Text Font Color

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

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


#d580de Background Color

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

This div background color is #d580de


#d580de Border Color

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

This div border color is #d580de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d580de


Comments

No comments written yet.

Please login to write comment.