Color Hex Logo

#a650bb Color Hex

#A650BB
(166,80,187)
0 Favorites   0 Comments

Color spaces of #a650bb

RGB 16680187
HSL0.800.440.52
HSV288°57°73°
CMYK 0.110.570.00   0.27
XYZ27.564217.432248.9257
Yxy17.43220.29350.1856
Hunter Lab41.751944.7782-40.2509
CIE-Lab48.800151.6470-41.4629

#a650bb color RGB value is (166,80,187).

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

The process color (four color CMYK) of #a650bb color hex is 0.11, 0.57, 0.00, 0.27. Web safe color of #a650bb is #9966cc. Color #a650bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010000 10111011
Octal 246 120 273
Decimal 166 80 187
Hex A6 50 BB

RGB Percentages of Color #a650bb

%38.34
%18.48
%43.19

CMYK Percentages of Color #a650bb

%11
%57
%0
%27

Triadic Colors of #a650bb

#a650bb #bba650 #50bba6

Analogous Colors of #a650bb

#a650bb #bb509b #7150bb

Monochromatic Colors of #a650bb

#a650bb

Complementary Color

#a650bb #65bb50

#a650bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a650bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a650bb Color CSS Codes

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

#a650bb Text Font Color

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

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


#a650bb Background Color

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

This div background color is #a650bb


#a650bb Border Color

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

This div border color is #a650bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a650bb


Comments

No comments written yet.

Please login to write comment.