Color Hex Logo

#a60ebb Color Hex

#A60EBB
(166,14,187)
0 Favorites   0 Comments

Color spaces of #a60ebb

RGB 16614187
HSL0.810.860.39
HSV293°93°73°
CMYK 0.110.930.00   0.27
XYZ24.852612.008948.0218
Yxy12.00890.29280.1415
Hunter Lab34.653967.3700-57.9038
CIE-Lab41.230373.0462-53.5650

#a60ebb color RGB value is (166,14,187).

#a60ebb hex color red value is 166, green value is 14 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a60ebb hue: 0.81 , saturation: 0.86 and the lightness value of a60ebb is 0.39.

The process color (four color CMYK) of #a60ebb color hex is 0.11, 0.93, 0.00, 0.27. Web safe color of #a60ebb is #9900cc. Color #a60ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001110 10111011
Octal 246 16 273
Decimal 166 14 187
Hex A6 E BB

RGB Percentages of Color #a60ebb

%45.23
%3.81
%50.95

CMYK Percentages of Color #a60ebb

%11
%93
%0
%27

Triadic Colors of #a60ebb

#a60ebb #bba60e #0ebba6

Analogous Colors of #a60ebb

#a60ebb #bb0e7a #4f0ebb

Monochromatic Colors of #a60ebb

#a60ebb

Complementary Color

#a60ebb #23bb0e

#a60ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60ebb Color CSS Codes

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

#a60ebb Text Font Color

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

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


#a60ebb Background Color

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

This div background color is #a60ebb


#a60ebb Border Color

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

This div border color is #a60ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60ebb


Comments

No comments written yet.

Please login to write comment.