Color Hex Logo

#d534ac Color Hex

#D534AC
(213,52,172)
0 Favorites   0 Comments

Color spaces of #d534ac

RGB 21352172
HSL0.880.660.52
HSV315°76°84°
CMYK 0.000.760.19   0.16
XYZ36.115019.580740.9057
Yxy19.58070.37390.2027
Hunter Lab44.250168.2463-23.8339
CIE-Lab51.359871.8043-28.1751

#d534ac color RGB value is (213,52,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110100 10101100
Octal 325 64 254
Decimal 213 52 172
Hex D5 34 AC

RGB Percentages of Color #d534ac

%48.74
%11.90
%39.36

CMYK Percentages of Color #d534ac

%0
%76
%19
%16

Triadic Colors of #d534ac

#d534ac #acd534 #34acd5

Analogous Colors of #d534ac

#d534ac #d5345c #ae34d5

Monochromatic Colors of #d534ac

#d534ac

Complementary Color

#d534ac #34d55d

#d534ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d534ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d534ac Color CSS Codes

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

#d534ac Text Font Color

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

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


#d534ac Background Color

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

This div background color is #d534ac


#d534ac Border Color

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

This div border color is #d534ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d534ac


Comments

No comments written yet.

Please login to write comment.