Color Hex Logo

#a60cbd Color Hex

#A60CBD
(166,12,189)
0 Favorites   0 Comments

Color spaces of #a60cbd

RGB 16612189
HSL0.810.880.39
HSV292°94°74°
CMYK 0.120.940.00   0.26
XYZ25.042712.044149.1490
Yxy12.04410.29040.1397
Hunter Lab34.704668.0718-59.6738
CIE-Lab41.286173.6185-54.6507

#a60cbd color RGB value is (166,12,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001100 10111101
Octal 246 14 275
Decimal 166 12 189
Hex A6 C BD

RGB Percentages of Color #a60cbd

%45.23
%3.27
%51.50

CMYK Percentages of Color #a60cbd

%12
%94
%0
%26

Triadic Colors of #a60cbd

#a60cbd #bda60c #0cbda6

Analogous Colors of #a60cbd

#a60cbd #bd0c7c #4e0cbd

Monochromatic Colors of #a60cbd

#a60cbd

Complementary Color

#a60cbd #23bd0c

#a60cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60cbd Color CSS Codes

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

#a60cbd Text Font Color

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

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


#a60cbd Background Color

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

This div background color is #a60cbd


#a60cbd Border Color

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

This div border color is #a60cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60cbd


Comments

No comments written yet.

Please login to write comment.