Color Hex Logo

#d53aad Color Hex

#D53AAD
(213,58,173)
0 Favorites   0 Comments

Color spaces of #d53aad

RGB 21358173
HSL0.880.650.53
HSV315°73°84°
CMYK 0.000.730.19   0.16
XYZ36.496520.189441.5085
Yxy20.18940.37170.2056
Hunter Lab44.932666.3545-23.3189
CIE-Lab52.050770.0971-27.6894

#d53aad color RGB value is (213,58,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111010 10101101
Octal 325 72 255
Decimal 213 58 173
Hex D5 3A AD

RGB Percentages of Color #d53aad

%47.97
%13.06
%38.96

CMYK Percentages of Color #d53aad

%0
%73
%19
%16

Triadic Colors of #d53aad

#d53aad #add53a #3aadd5

Analogous Colors of #d53aad

#d53aad #d53a5f #b03ad5

Monochromatic Colors of #d53aad

#d53aad

Complementary Color

#d53aad #3ad562

#d53aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53aad Color CSS Codes

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

#d53aad Text Font Color

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

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


#d53aad Background Color

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

This div background color is #d53aad


#d53aad Border Color

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

This div border color is #d53aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53aad


Comments

No comments written yet.

Please login to write comment.