Color Hex Logo

#d440aa Color Hex

#D440AA
(212,64,170)
0 Favorites   0 Comments

Color spaces of #d440aa

RGB 21264170
HSL0.880.630.54
HSV317°70°83°
CMYK 0.000.700.20   0.17
XYZ36.240520.566140.0898
Yxy20.56610.37400.2122
Hunter Lab45.349963.2827-20.6681
CIE-Lab52.471367.4323-25.2928

#d440aa color RGB value is (212,64,170).

#d440aa hex color red value is 212, green value is 64 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d440aa hue: 0.88 , saturation: 0.63 and the lightness value of d440aa is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000000 10101010
Octal 324 100 252
Decimal 212 64 170
Hex D4 40 AA

RGB Percentages of Color #d440aa

%47.53
%14.35
%38.12

CMYK Percentages of Color #d440aa

%0
%70
%20
%17

Triadic Colors of #d440aa

#d440aa #aad440 #40aad4

Analogous Colors of #d440aa

#d440aa #d44060 #b440d4

Monochromatic Colors of #d440aa

#d440aa

Complementary Color

#d440aa #40d46a

#d440aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d440aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d440aa Color CSS Codes

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

#d440aa Text Font Color

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

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


#d440aa Background Color

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

This div background color is #d440aa


#d440aa Border Color

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

This div border color is #d440aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d440aa


Comments

No comments written yet.

Please login to write comment.