Color Hex Logo

#d582de Color Hex

#D582DE
(213,130,222)
0 Favorites   0 Comments

Color spaces of #d582de

RGB 213130222
HSL0.820.580.69
HSV294°41°87°
CMYK 0.040.410.00   0.13
XYZ48.608035.385373.3754
Yxy35.38530.30890.2249
Hunter Lab59.485541.7597-31.4943
CIE-Lab66.047546.1931-33.8837

#d582de color RGB value is (213,130,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000010 11011110
Octal 325 202 336
Decimal 213 130 222
Hex D5 82 DE

RGB Percentages of Color #d582de

%37.70
%23.01
%39.29

CMYK Percentages of Color #d582de

%4
%41
%0
%13

Triadic Colors of #d582de

#d582de #ded582 #82ded5

Analogous Colors of #d582de

#d582de #de82b9 #a782de

Monochromatic Colors of #d582de

#d582de

Complementary Color

#d582de #8bde82

#d582de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d582de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d582de Color CSS Codes

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

#d582de Text Font Color

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

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


#d582de Background Color

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

This div background color is #d582de


#d582de Border Color

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

This div border color is #d582de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d582de


Comments

No comments written yet.

Please login to write comment.