Color Hex Logo

#a60ebc Color Hex

#A60EBC
(166,14,188)
0 Favorites   0 Comments

Color spaces of #a60ebc

RGB 16614188
HSL0.810.860.40
HSV292°93°74°
CMYK 0.120.930.00   0.26
XYZ24.960012.051948.5877
Yxy12.05190.29160.1408
Hunter Lab34.715867.5852-58.6802
CIE-Lab41.298573.2120-54.0431

#a60ebc color RGB value is (166,14,188).

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

The process color (four color CMYK) of #a60ebc color hex is 0.12, 0.93, 0.00, 0.26. Web safe color of #a60ebc is #9900cc. Color #a60ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001110 10111100
Octal 246 16 274
Decimal 166 14 188
Hex A6 E BC

RGB Percentages of Color #a60ebc

%45.11
%3.80
%51.09

CMYK Percentages of Color #a60ebc

%12
%93
%0
%26

Triadic Colors of #a60ebc

#a60ebc #bca60e #0ebca6

Analogous Colors of #a60ebc

#a60ebc #bc0e7b #4f0ebc

Monochromatic Colors of #a60ebc

#a60ebc

Complementary Color

#a60ebc #24bc0e

#a60ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60ebc Color CSS Codes

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

#a60ebc Text Font Color

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

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


#a60ebc Background Color

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

This div background color is #a60ebc


#a60ebc Border Color

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

This div border color is #a60ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60ebc


Comments

No comments written yet.

Please login to write comment.