Color Hex Logo

#a062af Color Hex

#A062AF
(160,98,175)
0 Favorites   0 Comments

Color spaces of #a062af

RGB 16098175
HSL0.800.320.54
HSV288°44°69°
CMYK 0.090.440.00   0.31
XYZ26.602819.304142.8814
Yxy19.30410.29960.2174
Hunter Lab43.936431.1901-27.1108
CIE-Lab51.041138.0939-31.0115

#a062af color RGB value is (160,98,175).

#a062af hex color red value is 160, green value is 98 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a062af hue: 0.80 , saturation: 0.32 and the lightness value of a062af is 0.54.

The process color (four color CMYK) of #a062af color hex is 0.09, 0.44, 0.00, 0.31. Web safe color of #a062af is #996699. Color #a062af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100010 10101111
Octal 240 142 257
Decimal 160 98 175
Hex A0 62 AF

RGB Percentages of Color #a062af

%36.95
%22.63
%40.42

CMYK Percentages of Color #a062af

%9
%44
%0
%31

Triadic Colors of #a062af

#a062af #afa062 #62afa0

Analogous Colors of #a062af

#a062af #af6298 #7a62af

Monochromatic Colors of #a062af

#a062af

Complementary Color

#a062af #71af62

#a062af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a062af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a062af Color CSS Codes

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

#a062af Text Font Color

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

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


#a062af Background Color

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

This div background color is #a062af


#a062af Border Color

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

This div border color is #a062af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,98,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a062af


Comments

No comments written yet.

Please login to write comment.