Color Hex Logo

#aa75fd Color Hex

#AA75FD
(170,117,253)
0 Favorites   0 Comments

Color spaces of #aa75fd

RGB 170117253
HSL0.730.970.73
HSV263°54°99°
CMYK 0.330.540.00   0.01
XYZ40.668528.360596.2592
Yxy28.36050.24600.1716
Hunter Lab53.254643.1182-69.8902
CIE-Lab60.213048.2658-60.5494

#aa75fd color RGB value is (170,117,253).

#aa75fd hex color red value is 170, green value is 117 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #aa75fd hue: 0.73 , saturation: 0.97 and the lightness value of aa75fd is 0.73.

The process color (four color CMYK) of #aa75fd color hex is 0.33, 0.54, 0.00, 0.01. Web safe color of #aa75fd is #9966ff. Color #aa75fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110101 11111101
Octal 252 165 375
Decimal 170 117 253
Hex AA 75 FD

RGB Percentages of Color #aa75fd

%31.48
%21.67
%46.85

CMYK Percentages of Color #aa75fd

%33
%54
%0
%1

Triadic Colors of #aa75fd

#aa75fd #fdaa75 #75fdaa

Analogous Colors of #aa75fd

#aa75fd #ee75fd #7584fd

Monochromatic Colors of #aa75fd

#aa75fd

Complementary Color

#aa75fd #c8fd75

#aa75fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa75fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa75fd Color CSS Codes

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

#aa75fd Text Font Color

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

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


#aa75fd Background Color

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

This div background color is #aa75fd


#aa75fd Border Color

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

This div border color is #aa75fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa75fd


Comments

No comments written yet.

Please login to write comment.