Color Hex Logo

#d582ad Color Hex

#D582AD
(213,130,173)
0 Favorites   0 Comments

Color spaces of #d582ad

RGB 213130173
HSL0.910.500.67
HSV329°39°84°
CMYK 0.000.390.19   0.16
XYZ42.966033.128543.6651
Yxy33.12850.35880.2766
Hunter Lab57.557432.5231-4.6894
CIE-Lab64.264837.7666-9.0997

#d582ad color RGB value is (213,130,173).

#d582ad hex color red value is 213, green value is 130 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d582ad hue: 0.91 , saturation: 0.50 and the lightness value of d582ad is 0.67.

The process color (four color CMYK) of #d582ad color hex is 0.00, 0.39, 0.19, 0.16. Web safe color of #d582ad is #cc9999. Color #d582ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000010 10101101
Octal 325 202 255
Decimal 213 130 173
Hex D5 82 AD

RGB Percentages of Color #d582ad

%41.28
%25.19
%33.53

CMYK Percentages of Color #d582ad

%0
%39
%19
%16

Triadic Colors of #d582ad

#d582ad #add582 #82add5

Analogous Colors of #d582ad

#d582ad #d58284 #d482d5

Monochromatic Colors of #d582ad

#d582ad

Complementary Color

#d582ad #82d5aa

#d582ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d582ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d582ad Color CSS Codes

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

#d582ad Text Font Color

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

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


#d582ad Background Color

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

This div background color is #d582ad


#d582ad Border Color

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

This div border color is #d582ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d582ad


Comments

No comments written yet.

Please login to write comment.