Color Hex Logo

#d460aa Color Hex

#D460AA
(212,96,170)
0 Favorites   0 Comments

Color spaces of #d460aa

RGB 21296170
HSL0.890.570.60
HSV322°55°83°
CMYK 0.000.550.20   0.17
XYZ38.589925.265140.8729
Yxy25.26510.36850.2412
Hunter Lab50.264449.0786-13.0271
CIE-Lab57.332854.1489-17.8382

#d460aa color RGB value is (212,96,170).

#d460aa hex color red value is 212, green value is 96 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d460aa hue: 0.89 , saturation: 0.57 and the lightness value of d460aa is 0.60.

The process color (four color CMYK) of #d460aa color hex is 0.00, 0.55, 0.20, 0.17. Web safe color of #d460aa is #cc6699. Color #d460aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100000 10101010
Octal 324 140 252
Decimal 212 96 170
Hex D4 60 AA

RGB Percentages of Color #d460aa

%44.35
%20.08
%35.56

CMYK Percentages of Color #d460aa

%0
%55
%20
%17

Triadic Colors of #d460aa

#d460aa #aad460 #60aad4

Analogous Colors of #d460aa

#d460aa #d46070 #c460d4

Monochromatic Colors of #d460aa

#d460aa

Complementary Color

#d460aa #60d48a

#d460aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d460aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d460aa Color CSS Codes

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

#d460aa Text Font Color

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

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


#d460aa Background Color

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

This div background color is #d460aa


#d460aa Border Color

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

This div border color is #d460aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d460aa


Comments

No comments written yet.

Please login to write comment.