Color Hex Logo

#aa75cf Color Hex

#AA75CF
(170,117,207)
0 Favorites   0 Comments

Color spaces of #aa75cf

RGB 170117207
HSL0.760.480.64
HSV275°43°81°
CMYK 0.180.430.00   0.19
XYZ34.201325.773662.2037
Yxy25.77360.27990.2110
Hunter Lab50.767731.4088-37.1083
CIE-Lab57.821537.4390-38.6733

#aa75cf color RGB value is (170,117,207).

#aa75cf hex color red value is 170, green value is 117 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aa75cf hue: 0.76 , saturation: 0.48 and the lightness value of aa75cf is 0.64.

The process color (four color CMYK) of #aa75cf color hex is 0.18, 0.43, 0.00, 0.19. Web safe color of #aa75cf is #9966cc. Color #aa75cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110101 11001111
Octal 252 165 317
Decimal 170 117 207
Hex AA 75 CF

RGB Percentages of Color #aa75cf

%34.41
%23.68
%41.90

CMYK Percentages of Color #aa75cf

%18
%43
%0
%19

Triadic Colors of #aa75cf

#aa75cf #cfaa75 #75cfaa

Analogous Colors of #aa75cf

#aa75cf #cf75c7 #7d75cf

Monochromatic Colors of #aa75cf

#aa75cf

Complementary Color

#aa75cf #9acf75

#aa75cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa75cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa75cf Color CSS Codes

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

#aa75cf Text Font Color

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

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


#aa75cf Background Color

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

This div background color is #aa75cf


#aa75cf Border Color

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

This div border color is #aa75cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa75cf


Comments

No comments written yet.

Please login to write comment.