Color Hex Logo

#a62acb Color Hex

#A62ACB
(166,42,203)
0 Favorites   0 Comments

Color spaces of #a62acb

RGB 16642203
HSL0.800.660.48
HSV286°79°80°
CMYK 0.180.790.00   0.20
XYZ27.333314.074757.7760
Yxy14.07470.27560.1419
Hunter Lab37.516364.3966-65.0467
CIE-Lab44.339969.9452-57.8827

#a62acb color RGB value is (166,42,203).

#a62acb hex color red value is 166, green value is 42 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a62acb hue: 0.80 , saturation: 0.66 and the lightness value of a62acb is 0.48.

The process color (four color CMYK) of #a62acb color hex is 0.18, 0.79, 0.00, 0.20. Web safe color of #a62acb is #9933cc. Color #a62acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101010 11001011
Octal 246 52 313
Decimal 166 42 203
Hex A6 2A CB

RGB Percentages of Color #a62acb

%40.39
%10.22
%49.39

CMYK Percentages of Color #a62acb

%18
%79
%0
%20

Triadic Colors of #a62acb

#a62acb #cba62a #2acba6

Analogous Colors of #a62acb

#a62acb #cb2aa0 #562acb

Monochromatic Colors of #a62acb

#a62acb

Complementary Color

#a62acb #4fcb2a

#a62acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62acb Color CSS Codes

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

#a62acb Text Font Color

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

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


#a62acb Background Color

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

This div background color is #a62acb


#a62acb Border Color

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

This div border color is #a62acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62acb


Comments

No comments written yet.

Please login to write comment.