Color Hex Logo

#a267fa Color Hex

#A267FA
(162,103,250)
0 Favorites   0 Comments

Color spaces of #a267fa

RGB 162103250
HSL0.730.940.69
HSV264°59°98°
CMYK 0.350.590.00   0.02
XYZ37.005924.284093.1793
Yxy24.28400.23960.1572
Hunter Lab49.278847.8066-77.6139
CIE-Lab56.371053.1579-65.1041

#a267fa color RGB value is (162,103,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100111 11111010
Octal 242 147 372
Decimal 162 103 250
Hex A2 67 FA

RGB Percentages of Color #a267fa

%31.46
%20.00
%48.54

CMYK Percentages of Color #a267fa

%35
%59
%0
%2

Triadic Colors of #a267fa

#a267fa #faa267 #67faa2

Analogous Colors of #a267fa

#a267fa #ec67fa #6776fa

Monochromatic Colors of #a267fa

#a267fa

Complementary Color

#a267fa #bffa67

#a267fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a267fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a267fa Color CSS Codes

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

#a267fa Text Font Color

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

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


#a267fa Background Color

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

This div background color is #a267fa


#a267fa Border Color

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

This div border color is #a267fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a267fa


Comments

No comments written yet.

Please login to write comment.