Color Hex Logo

#d582dc Color Hex

#D582DC
(213,130,220)
0 Favorites   0 Comments

Color spaces of #d582dc

RGB 213130220
HSL0.820.560.69
HSV295°41°86°
CMYK 0.030.410.00   0.14
XYZ48.341535.278771.9717
Yxy35.27870.31070.2267
Hunter Lab59.395941.3360-30.2663
CIE-Lab65.965145.8165-32.9006

#d582dc color RGB value is (213,130,220).

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

The process color (four color CMYK) of #d582dc color hex is 0.03, 0.41, 0.00, 0.14. Web safe color of #d582dc is #cc99cc. Color #d582dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000010 11011100
Octal 325 202 334
Decimal 213 130 220
Hex D5 82 DC

RGB Percentages of Color #d582dc

%37.83
%23.09
%39.08

CMYK Percentages of Color #d582dc

%3
%41
%0
%14

Triadic Colors of #d582dc

#d582dc #dcd582 #82dcd5

Analogous Colors of #d582dc

#d582dc #dc82b6 #a882dc

Monochromatic Colors of #d582dc

#d582dc

Complementary Color

#d582dc #89dc82

#d582dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d582dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d582dc Color CSS Codes

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

#d582dc Text Font Color

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

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


#d582dc Background Color

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

This div background color is #d582dc


#d582dc Border Color

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

This div border color is #d582dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d582dc


Comments

No comments written yet.

Please login to write comment.