Color Hex Logo

#aa6bdf Color Hex

#AA6BDF
(170,107,223)
0 Favorites   0 Comments

Color spaces of #aa6bdf

RGB 170107223
HSL0.760.640.65
HSV273°52°87°
CMYK 0.240.520.00   0.13
XYZ35.154524.389272.6668
Yxy24.38920.26590.1845
Hunter Lab49.385440.6389-52.6708
CIE-Lab56.475446.5150-49.8212

#aa6bdf color RGB value is (170,107,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101011 11011111
Octal 252 153 337
Decimal 170 107 223
Hex AA 6B DF

RGB Percentages of Color #aa6bdf

%34.00
%21.40
%44.60

CMYK Percentages of Color #aa6bdf

%24
%52
%0
%13

Triadic Colors of #aa6bdf

#aa6bdf #dfaa6b #6bdfaa

Analogous Colors of #aa6bdf

#aa6bdf #df6bda #706bdf

Monochromatic Colors of #aa6bdf

#aa6bdf

Complementary Color

#aa6bdf #a0df6b

#aa6bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6bdf Color CSS Codes

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

#aa6bdf Text Font Color

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

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


#aa6bdf Background Color

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

This div background color is #aa6bdf


#aa6bdf Border Color

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

This div border color is #aa6bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6bdf


Comments

No comments written yet.

Please login to write comment.