Color Hex Logo

#a062be Color Hex

#A062BE
(160,98,190)
0 Favorites   0 Comments

Color spaces of #a062be

RGB 16098190
HSL0.780.410.56
HSV280°48°75°
CMYK 0.160.480.00   0.25
XYZ28.159219.926751.0773
Yxy19.92670.28400.2009
Hunter Lab44.639334.4818-36.5934
CIE-Lab51.754241.2779-38.5829

#a062be color RGB value is (160,98,190).

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

The process color (four color CMYK) of #a062be color hex is 0.16, 0.48, 0.00, 0.25. Web safe color of #a062be is #9966cc. Color #a062be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100010 10111110
Octal 240 142 276
Decimal 160 98 190
Hex A0 62 BE

RGB Percentages of Color #a062be

%35.71
%21.88
%42.41

CMYK Percentages of Color #a062be

%16
%48
%0
%25

Triadic Colors of #a062be

#a062be #bea062 #62bea0

Analogous Colors of #a062be

#a062be #be62ae #7262be

Monochromatic Colors of #a062be

#a062be

Complementary Color

#a062be #80be62

#a062be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a062be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a062be Color CSS Codes

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

#a062be Text Font Color

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

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


#a062be Background Color

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

This div background color is #a062be


#a062be Border Color

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

This div border color is #a062be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a062be


Comments

No comments written yet.

Please login to write comment.