Color Hex Logo

#d542aa Color Hex

#D542AA
(213,66,170)
0 Favorites   0 Comments

Color spaces of #d542aa

RGB 21366170
HSL0.880.640.55
HSV318°69°84°
CMYK 0.000.690.20   0.16
XYZ36.644520.944840.1416
Yxy20.94480.37500.2143
Hunter Lab45.765562.8356-19.9683
CIE-Lab52.889066.9741-24.6343

#d542aa color RGB value is (213,66,170).

#d542aa hex color red value is 213, green value is 66 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d542aa hue: 0.88 , saturation: 0.64 and the lightness value of d542aa is 0.55.

The process color (four color CMYK) of #d542aa color hex is 0.00, 0.69, 0.20, 0.16. Web safe color of #d542aa is #cc3399. Color #d542aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000010 10101010
Octal 325 102 252
Decimal 213 66 170
Hex D5 42 AA

RGB Percentages of Color #d542aa

%47.44
%14.70
%37.86

CMYK Percentages of Color #d542aa

%0
%69
%20
%16

Triadic Colors of #d542aa

#d542aa #aad542 #42aad5

Analogous Colors of #d542aa

#d542aa #d54260 #b742d5

Monochromatic Colors of #d542aa

#d542aa

Complementary Color

#d542aa #42d56d

#d542aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d542aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d542aa Color CSS Codes

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

#d542aa Text Font Color

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

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


#d542aa Background Color

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

This div background color is #d542aa


#d542aa Border Color

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

This div border color is #d542aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d542aa


Comments

No comments written yet.

Please login to write comment.