Color Hex Logo

#d582ac Color Hex

#D582AC
(213,130,172)
0 Favorites   0 Comments

Color spaces of #d582ac

RGB 213130172
HSL0.920.500.67
HSV330°39°84°
CMYK 0.000.390.19   0.16
XYZ42.869633.090043.1573
Yxy33.09000.35990.2778
Hunter Lab57.523932.3600-4.2156
CIE-Lab64.233737.6135-8.5794

#d582ac color RGB value is (213,130,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000010 10101100
Octal 325 202 254
Decimal 213 130 172
Hex D5 82 AC

RGB Percentages of Color #d582ac

%41.36
%25.24
%33.40

CMYK Percentages of Color #d582ac

%0
%39
%19
%16

Triadic Colors of #d582ac

#d582ac #acd582 #82acd5

Analogous Colors of #d582ac

#d582ac #d58283 #d582d5

Monochromatic Colors of #d582ac

#d582ac

Complementary Color

#d582ac #82d5ab

#d582ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d582ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d582ac Color CSS Codes

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

#d582ac Text Font Color

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

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


#d582ac Background Color

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

This div background color is #d582ac


#d582ac Border Color

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

This div border color is #d582ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d582ac


Comments

No comments written yet.

Please login to write comment.