Color Hex Logo

#d420aa Color Hex

#D420AA
(212,32,170)
0 Favorites   0 Comments

Color spaces of #d420aa

RGB 21232170
HSL0.870.740.48
HSV314°85°83°
CMYK 0.000.850.20   0.17
XYZ34.923617.932439.6508
Yxy17.93240.37750.1938
Hunter Lab42.346773.1036-25.8728
CIE-Lab49.414076.1644-30.0388

#d420aa color RGB value is (212,32,170).

#d420aa hex color red value is 212, green value is 32 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d420aa hue: 0.87 , saturation: 0.74 and the lightness value of d420aa is 0.48.

The process color (four color CMYK) of #d420aa color hex is 0.00, 0.85, 0.20, 0.17. Web safe color of #d420aa is #cc3399. Color #d420aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100000 10101010
Octal 324 40 252
Decimal 212 32 170
Hex D4 20 AA

RGB Percentages of Color #d420aa

%51.21
%7.73
%41.06

CMYK Percentages of Color #d420aa

%0
%85
%20
%17

Triadic Colors of #d420aa

#d420aa #aad420 #20aad4

Analogous Colors of #d420aa

#d420aa #d42050 #a420d4

Monochromatic Colors of #d420aa

#d420aa

Complementary Color

#d420aa #20d44a

#d420aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d420aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d420aa Color CSS Codes

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

#d420aa Text Font Color

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

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


#d420aa Background Color

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

This div background color is #d420aa


#d420aa Border Color

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

This div border color is #d420aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d420aa


Comments

No comments written yet.

Please login to write comment.