Color Hex Logo

#a062fb Color Hex

#A062FB
(160,98,251)
0 Favorites   0 Comments

Color spaces of #a062fb

RGB 16098251
HSL0.730.950.68
HSV264°61°98°
CMYK 0.360.610.00   0.02
XYZ36.277523.174093.8278
Yxy23.17400.23670.1512
Hunter Lab48.139450.2724-81.8638
CIE-Lab55.251155.5737-67.4744

#a062fb color RGB value is (160,98,251).

#a062fb hex color red value is 160, green value is 98 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a062fb hue: 0.73 , saturation: 0.95 and the lightness value of a062fb is 0.68.

The process color (four color CMYK) of #a062fb color hex is 0.36, 0.61, 0.00, 0.02. Web safe color of #a062fb is #9966ff. Color #a062fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100010 11111011
Octal 240 142 373
Decimal 160 98 251
Hex A0 62 FB

RGB Percentages of Color #a062fb

%31.43
%19.25
%49.31

CMYK Percentages of Color #a062fb

%36
%61
%0
%2

Triadic Colors of #a062fb

#a062fb #fba062 #62fba0

Analogous Colors of #a062fb

#a062fb #ed62fb #6271fb

Monochromatic Colors of #a062fb

#a062fb

Complementary Color

#a062fb #bdfb62

#a062fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a062fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a062fb Color CSS Codes

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

#a062fb Text Font Color

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

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


#a062fb Background Color

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

This div background color is #a062fb


#a062fb Border Color

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

This div border color is #a062fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a062fb

Related Colors


Comments

No comments written yet.

Please login to write comment.