Color Hex Logo

#a967ea Color Hex

#A967EA
(169,103,234)
0 Favorites   0 Comments

Color spaces of #a967ea

RGB 169103234
HSL0.750.760.66
HSV270°56°92°
CMYK 0.280.560.00   0.08
XYZ36.063724.076080.5883
Yxy24.07600.25630.1711
Hunter Lab49.067345.3269-63.0310
CIE-Lab56.163850.9258-56.4916

#a967ea color RGB value is (169,103,234).

#a967ea hex color red value is 169, green value is 103 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a967ea hue: 0.75 , saturation: 0.76 and the lightness value of a967ea is 0.66.

The process color (four color CMYK) of #a967ea color hex is 0.28, 0.56, 0.00, 0.08. Web safe color of #a967ea is #9966ff. Color #a967ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100111 11101010
Octal 251 147 352
Decimal 169 103 234
Hex A9 67 EA

RGB Percentages of Color #a967ea

%33.40
%20.36
%46.25

CMYK Percentages of Color #a967ea

%28
%56
%0
%8

Triadic Colors of #a967ea

#a967ea #eaa967 #67eaa9

Analogous Colors of #a967ea

#a967ea #ea67ea #6867ea

Monochromatic Colors of #a967ea

#a967ea

Complementary Color

#a967ea #a8ea67

#a967ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a967ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a967ea Color CSS Codes

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

#a967ea Text Font Color

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

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


#a967ea Background Color

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

This div background color is #a967ea


#a967ea Border Color

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

This div border color is #a967ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,103,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a967ea


Comments

No comments written yet.

Please login to write comment.