Color Hex Logo

#aa75df Color Hex

#AA75DF
(170,117,223)
0 Favorites   0 Comments

Color spaces of #aa75df

RGB 170117223
HSL0.750.620.67
HSV270°48°87°
CMYK 0.240.480.00   0.13
XYZ36.258126.596373.0346
Yxy26.59630.26680.1957
Hunter Lab51.571635.2465-47.8651
CIE-Lab58.598841.0795-46.4546

#aa75df color RGB value is (170,117,223).

#aa75df hex color red value is 170, green value is 117 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aa75df hue: 0.75 , saturation: 0.62 and the lightness value of aa75df is 0.67.

The process color (four color CMYK) of #aa75df color hex is 0.24, 0.48, 0.00, 0.13. Web safe color of #aa75df is #9966cc. Color #aa75df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110101 11011111
Octal 252 165 337
Decimal 170 117 223
Hex AA 75 DF

RGB Percentages of Color #aa75df

%33.33
%22.94
%43.73

CMYK Percentages of Color #aa75df

%24
%48
%0
%13

Triadic Colors of #aa75df

#aa75df #dfaa75 #75dfaa

Analogous Colors of #aa75df

#aa75df #df75df #7575df

Monochromatic Colors of #aa75df

#aa75df

Complementary Color

#aa75df #aadf75

#aa75df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa75df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa75df Color CSS Codes

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

#aa75df Text Font Color

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

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


#aa75df Background Color

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

This div background color is #aa75df


#aa75df Border Color

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

This div border color is #aa75df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa75df


Comments

No comments written yet.

Please login to write comment.