Color Hex Logo

#a927eb Color Hex

#A927EB
(169,39,235)
0 Favorites   0 Comments

Color spaces of #a927eb

RGB 16939235
HSL0.780.830.54
HSV280°83°92°
CMYK 0.280.830.00   0.08
XYZ32.083115.884279.9723
Yxy15.88420.25080.1242
Hunter Lab39.855073.9455-91.0718
CIE-Lab46.822277.3510-72.1357

#a927eb color RGB value is (169,39,235).

#a927eb hex color red value is 169, green value is 39 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a927eb hue: 0.78 , saturation: 0.83 and the lightness value of a927eb is 0.54.

The process color (four color CMYK) of #a927eb color hex is 0.28, 0.83, 0.00, 0.08. Web safe color of #a927eb is #9933ff. Color #a927eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100111 11101011
Octal 251 47 353
Decimal 169 39 235
Hex A9 27 EB

RGB Percentages of Color #a927eb

%38.15
%8.80
%53.05

CMYK Percentages of Color #a927eb

%28
%83
%0
%8

Triadic Colors of #a927eb

#a927eb #eba927 #27eba9

Analogous Colors of #a927eb

#a927eb #eb27cb #4727eb

Monochromatic Colors of #a927eb

#a927eb

Complementary Color

#a927eb #69eb27

#a927eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a927eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a927eb Color CSS Codes

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

#a927eb Text Font Color

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

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


#a927eb Background Color

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

This div background color is #a927eb


#a927eb Border Color

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

This div border color is #a927eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a927eb


Comments

No comments written yet.

Please login to write comment.