Color Hex Logo

#d510aa Color Hex

#D510AA
(213,16,170)
0 Favorites   0 Comments

Color spaces of #d510aa

RGB 21316170
HSL0.870.860.45
HSV313°92°84°
CMYK 0.000.920.20   0.16
XYZ34.881617.419039.5539
Yxy17.41900.37970.1896
Hunter Lab41.736176.1461-26.9748
CIE-Lab48.783778.7376-31.0092

#d510aa color RGB value is (213,16,170).

#d510aa hex color red value is 213, green value is 16 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d510aa hue: 0.87 , saturation: 0.86 and the lightness value of d510aa is 0.45.

The process color (four color CMYK) of #d510aa color hex is 0.00, 0.92, 0.20, 0.16. Web safe color of #d510aa is #cc0099. Color #d510aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010000 10101010
Octal 325 20 252
Decimal 213 16 170
Hex D5 10 AA

RGB Percentages of Color #d510aa

%53.38
%4.01
%42.61

CMYK Percentages of Color #d510aa

%0
%92
%20
%16

Triadic Colors of #d510aa

#d510aa #aad510 #10aad5

Analogous Colors of #d510aa

#d510aa #d51048 #9e10d5

Monochromatic Colors of #d510aa

#d510aa

Complementary Color

#d510aa #10d53b

#d510aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d510aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d510aa Color CSS Codes

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

#d510aa Text Font Color

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

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


#d510aa Background Color

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

This div background color is #d510aa


#d510aa Border Color

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

This div border color is #d510aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d510aa


Comments

No comments written yet.

Please login to write comment.