Color Hex Logo

#a645bb Color Hex

#A645BB
(166,69,187)
0 Favorites   0 Comments

Color spaces of #a645bb

RGB 16669187
HSL0.800.460.50
HSV289°63°73°
CMYK 0.110.630.00   0.27
XYZ26.823615.951148.6788
Yxy15.95110.29330.1744
Hunter Lab39.938849.9907-44.3075
CIE-Lab46.910356.8016-44.4630

#a645bb color RGB value is (166,69,187).

#a645bb hex color red value is 166, green value is 69 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a645bb hue: 0.80 , saturation: 0.46 and the lightness value of a645bb is 0.50.

The process color (four color CMYK) of #a645bb color hex is 0.11, 0.63, 0.00, 0.27. Web safe color of #a645bb is #9933cc. Color #a645bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000101 10111011
Octal 246 105 273
Decimal 166 69 187
Hex A6 45 BB

RGB Percentages of Color #a645bb

%39.34
%16.35
%44.31

CMYK Percentages of Color #a645bb

%11
%63
%0
%27

Triadic Colors of #a645bb

#a645bb #bba645 #45bba6

Analogous Colors of #a645bb

#a645bb #bb4595 #6b45bb

Monochromatic Colors of #a645bb

#a645bb

Complementary Color

#a645bb #5abb45

#a645bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a645bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a645bb Color CSS Codes

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

#a645bb Text Font Color

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

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


#a645bb Background Color

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

This div background color is #a645bb


#a645bb Border Color

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

This div border color is #a645bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,69,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a645bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a645bb;
  -webkit-box-shadow: 1px 1px 3px 2px #a645bb;
  box-shadow:         1px 1px 3px 2px #a645bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,69,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a645bb


Comments

No comments written yet.

Please login to write comment.