Color Hex Logo

#d532ac Color Hex

#D532AC
(213,50,172)
0 Favorites   0 Comments

Color spaces of #d532ac

RGB 21350172
HSL0.880.660.52
HSV315°77°84°
CMYK 0.000.770.19   0.16
XYZ36.027619.405940.8766
Yxy19.40590.37410.2015
Hunter Lab44.052168.8932-24.1795
CIE-Lab51.158772.3785-28.4875

#d532ac color RGB value is (213,50,172).

#d532ac hex color red value is 213, green value is 50 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d532ac hue: 0.88 , saturation: 0.66 and the lightness value of d532ac is 0.52.

The process color (four color CMYK) of #d532ac color hex is 0.00, 0.77, 0.19, 0.16. Web safe color of #d532ac is #cc3399. Color #d532ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110010 10101100
Octal 325 62 254
Decimal 213 50 172
Hex D5 32 AC

RGB Percentages of Color #d532ac

%48.97
%11.49
%39.54

CMYK Percentages of Color #d532ac

%0
%77
%19
%16

Triadic Colors of #d532ac

#d532ac #acd532 #32acd5

Analogous Colors of #d532ac

#d532ac #d5325a #ad32d5

Monochromatic Colors of #d532ac

#d532ac

Complementary Color

#d532ac #32d55b

#d532ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d532ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d532ac Color CSS Codes

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

#d532ac Text Font Color

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

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


#d532ac Background Color

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

This div background color is #d532ac


#d532ac Border Color

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

This div border color is #d532ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d532ac


Comments

No comments written yet.

Please login to write comment.