Color Hex Logo

#a062bb Color Hex

#A062BB
(160,98,187)
0 Favorites   0 Comments

Color spaces of #a062bb

RGB 16098187
HSL0.780.400.56
HSV282°48°73°
CMYK 0.140.480.00   0.27
XYZ27.834519.796849.3678
Yxy19.79680.28700.2041
Hunter Lab44.493633.8030-34.6396
CIE-Lab51.606740.6277-37.0839

#a062bb color RGB value is (160,98,187).

#a062bb hex color red value is 160, green value is 98 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a062bb hue: 0.78 , saturation: 0.40 and the lightness value of a062bb is 0.56.

The process color (four color CMYK) of #a062bb color hex is 0.14, 0.48, 0.00, 0.27. Web safe color of #a062bb is #9966cc. Color #a062bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100010 10111011
Octal 240 142 273
Decimal 160 98 187
Hex A0 62 BB

RGB Percentages of Color #a062bb

%35.96
%22.02
%42.02

CMYK Percentages of Color #a062bb

%14
%48
%0
%27

Triadic Colors of #a062bb

#a062bb #bba062 #62bba0

Analogous Colors of #a062bb

#a062bb #bb62aa #7462bb

Monochromatic Colors of #a062bb

#a062bb

Complementary Color

#a062bb #7dbb62

#a062bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a062bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a062bb Color CSS Codes

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

#a062bb Text Font Color

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

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


#a062bb Background Color

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

This div background color is #a062bb


#a062bb Border Color

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

This div border color is #a062bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a062bb


Comments

No comments written yet.

Please login to write comment.