Color Hex Logo

#aa2def Color Hex

#AA2DEF
(170,45,239)
0 Favorites   0 Comments

Color spaces of #aa2def

RGB 17045239
HSL0.770.860.56
HSV279°81°94°
CMYK 0.290.810.00   0.06
XYZ33.095916.654883.1317
Yxy16.65480.24910.1253
Hunter Lab40.810373.3400-92.2082
CIE-Lab47.822176.6665-72.7574

#aa2def color RGB value is (170,45,239).

#aa2def hex color red value is 170, green value is 45 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aa2def hue: 0.77 , saturation: 0.86 and the lightness value of aa2def is 0.56.

The process color (four color CMYK) of #aa2def color hex is 0.29, 0.81, 0.00, 0.06. Web safe color of #aa2def is #9933ff. Color #aa2def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101101 11101111
Octal 252 55 357
Decimal 170 45 239
Hex AA 2D EF

RGB Percentages of Color #aa2def

%37.44
%9.91
%52.64

CMYK Percentages of Color #aa2def

%29
%81
%0
%6

Triadic Colors of #aa2def

#aa2def #efaa2d #2defaa

Analogous Colors of #aa2def

#aa2def #ef2dd3 #492def

Monochromatic Colors of #aa2def

#aa2def

Complementary Color

#aa2def #72ef2d

#aa2def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2def Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2def Color CSS Codes

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

#aa2def Text Font Color

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

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


#aa2def Background Color

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

This div background color is #aa2def


#aa2def Border Color

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

This div border color is #aa2def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,45,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2def


Comments

No comments written yet.

Please login to write comment.