Color Hex Logo

#d537aa Color Hex

#D537AA
(213,55,170)
0 Favorites   0 Comments

Color spaces of #d537aa

RGB 21355170
HSL0.880.650.53
HSV316°74°84°
CMYK 0.000.740.20   0.16
XYZ36.062519.780839.9476
Yxy19.78080.37650.2065
Hunter Lab44.475666.9022-22.1208
CIE-Lab51.588570.6431-26.6452

#d537aa color RGB value is (213,55,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110111 10101010
Octal 325 67 252
Decimal 213 55 170
Hex D5 37 AA

RGB Percentages of Color #d537aa

%48.63
%12.56
%38.81

CMYK Percentages of Color #d537aa

%0
%74
%20
%16

Triadic Colors of #d537aa

#d537aa #aad537 #37aad5

Analogous Colors of #d537aa

#d537aa #d5375b #b137d5

Monochromatic Colors of #d537aa

#d537aa

Complementary Color

#d537aa #37d562

#d537aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d537aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d537aa Color CSS Codes

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

#d537aa Text Font Color

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

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


#d537aa Background Color

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

This div background color is #d537aa


#d537aa Border Color

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

This div border color is #d537aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d537aa


Comments

No comments written yet.

Please login to write comment.