Color Hex Logo

#a067fa Color Hex

#A067FA
(160,103,250)
0 Favorites   0 Comments

Color spaces of #a067fa

RGB 160103250
HSL0.730.940.69
HSV263°59°98°
CMYK 0.360.590.00   0.02
XYZ36.602824.076293.1605
Yxy24.07620.23790.1565
Hunter Lab49.067547.2872-78.2219
CIE-Lab56.164052.7197-65.4482

#a067fa color RGB value is (160,103,250).

#a067fa hex color red value is 160, green value is 103 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a067fa hue: 0.73 , saturation: 0.94 and the lightness value of a067fa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100111 11111010
Octal 240 147 372
Decimal 160 103 250
Hex A0 67 FA

RGB Percentages of Color #a067fa

%31.19
%20.08
%48.73

CMYK Percentages of Color #a067fa

%36
%59
%0
%2

Triadic Colors of #a067fa

#a067fa #faa067 #67faa0

Analogous Colors of #a067fa

#a067fa #ea67fa #6778fa

Monochromatic Colors of #a067fa

#a067fa

Complementary Color

#a067fa #c1fa67

#a067fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a067fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a067fa Color CSS Codes

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

#a067fa Text Font Color

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

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


#a067fa Background Color

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

This div background color is #a067fa


#a067fa Border Color

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

This div border color is #a067fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a067fa


Comments

No comments written yet.

Please login to write comment.