Color Hex Logo

#aa46ef Color Hex

#AA46EF
(170,70,239)
0 Favorites   0 Comments

Color spaces of #aa46ef

RGB 17070239
HSL0.770.840.61
HSV276°71°94°
CMYK 0.290.710.00   0.06
XYZ34.347719.158483.5490
Yxy19.15840.25060.1398
Hunter Lab43.770363.4755-82.5339
CIE-Lab50.872067.9005-67.8043

#aa46ef color RGB value is (170,70,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000110 11101111
Octal 252 106 357
Decimal 170 70 239
Hex AA 46 EF

RGB Percentages of Color #aa46ef

%35.49
%14.61
%49.90

CMYK Percentages of Color #aa46ef

%29
%71
%0
%6

Triadic Colors of #aa46ef

#aa46ef #efaa46 #46efaa

Analogous Colors of #aa46ef

#aa46ef #ef46e0 #5646ef

Monochromatic Colors of #aa46ef

#aa46ef

Complementary Color

#aa46ef #8bef46

#aa46ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa46ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa46ef Color CSS Codes

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

#aa46ef Text Font Color

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

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


#aa46ef Background Color

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

This div background color is #aa46ef


#aa46ef Border Color

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

This div border color is #aa46ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa46ef


Comments

No comments written yet.

Please login to write comment.