Color Hex Logo

#a077fa Color Hex

#A077FA
(160,119,250)
0 Favorites   0 Comments

Color spaces of #a077fa

RGB 160119250
HSL0.720.930.72
HSV259°52°98°
CMYK 0.360.520.00   0.02
XYZ38.349327.569493.7427
Yxy27.56940.24020.1727
Hunter Lab52.506638.4848-69.0989
CIE-Lab59.497744.0464-60.0952

#a077fa color RGB value is (160,119,250).

#a077fa hex color red value is 160, green value is 119 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a077fa hue: 0.72 , saturation: 0.93 and the lightness value of a077fa is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110111 11111010
Octal 240 167 372
Decimal 160 119 250
Hex A0 77 FA

RGB Percentages of Color #a077fa

%30.25
%22.50
%47.26

CMYK Percentages of Color #a077fa

%36
%52
%0
%2

Triadic Colors of #a077fa

#a077fa #faa077 #77faa0

Analogous Colors of #a077fa

#a077fa #e277fa #7790fa

Monochromatic Colors of #a077fa

#a077fa

Complementary Color

#a077fa #d1fa77

#a077fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a077fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a077fa Color CSS Codes

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

#a077fa Text Font Color

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

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


#a077fa Background Color

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

This div background color is #a077fa


#a077fa Border Color

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

This div border color is #a077fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a077fa


Comments

No comments written yet.

Please login to write comment.