Color Hex Logo

#a60cbe Color Hex

#A60CBE
(166,12,190)
0 Favorites   0 Comments

Color spaces of #a60cbe

RGB 16612190
HSL0.810.880.40
HSV292°94°75°
CMYK 0.130.940.00   0.25
XYZ25.151612.087649.7227
Yxy12.08760.28920.1390
Hunter Lab34.767268.2893-60.4571
CIE-Lab41.355073.7856-55.1265

#a60cbe color RGB value is (166,12,190).

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

The process color (four color CMYK) of #a60cbe color hex is 0.13, 0.94, 0.00, 0.25. Web safe color of #a60cbe is #9900cc. Color #a60cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001100 10111110
Octal 246 14 276
Decimal 166 12 190
Hex A6 C BE

RGB Percentages of Color #a60cbe

%45.11
%3.26
%51.63

CMYK Percentages of Color #a60cbe

%13
%94
%0
%25

Triadic Colors of #a60cbe

#a60cbe #bea60c #0cbea6

Analogous Colors of #a60cbe

#a60cbe #be0c7d #4d0cbe

Monochromatic Colors of #a60cbe

#a60cbe

Complementary Color

#a60cbe #24be0c

#a60cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60cbe Color CSS Codes

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

#a60cbe Text Font Color

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

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


#a60cbe Background Color

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

This div background color is #a60cbe


#a60cbe Border Color

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

This div border color is #a60cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60cbe


Comments

No comments written yet.

Please login to write comment.