Color Hex Logo

#aa5bcf Color Hex

#AA5BCF
(170,91,207)
0 Favorites   0 Comments

Color spaces of #aa5bcf

RGB 17091207
HSL0.780.550.58
HSV281°56°81°
CMYK 0.180.560.00   0.19
XYZ31.581120.533261.3303
Yxy20.53320.27840.1810
Hunter Lab45.313645.1061-48.5274
CIE-Lab52.434851.3335-47.1805

#aa5bcf color RGB value is (170,91,207).

#aa5bcf hex color red value is 170, green value is 91 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aa5bcf hue: 0.78 , saturation: 0.55 and the lightness value of aa5bcf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011011 11001111
Octal 252 133 317
Decimal 170 91 207
Hex AA 5B CF

RGB Percentages of Color #aa5bcf

%36.32
%19.44
%44.23

CMYK Percentages of Color #aa5bcf

%18
%56
%0
%19

Triadic Colors of #aa5bcf

#aa5bcf #cfaa5b #5bcfaa

Analogous Colors of #aa5bcf

#aa5bcf #cf5bba #705bcf

Monochromatic Colors of #aa5bcf

#aa5bcf

Complementary Color

#aa5bcf #80cf5b

#aa5bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5bcf Color CSS Codes

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

#aa5bcf Text Font Color

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

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


#aa5bcf Background Color

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

This div background color is #aa5bcf


#aa5bcf Border Color

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

This div border color is #aa5bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5bcf


Comments

No comments written yet.

Please login to write comment.