Color Hex Logo

#a917eb Color Hex

#A917EB
(169,23,235)
0 Favorites   0 Comments

Color spaces of #a917eb

RGB 16923235
HSL0.780.840.51
HSV281°90°92°
CMYK 0.280.900.00   0.08
XYZ31.664015.046079.8325
Yxy15.04600.25020.1189
Hunter Lab38.789277.8303-94.8731
CIE-Lab45.697180.6778-73.9703

#a917eb color RGB value is (169,23,235).

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

The process color (four color CMYK) of #a917eb color hex is 0.28, 0.90, 0.00, 0.08. Web safe color of #a917eb is #9900ff. Color #a917eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010111 11101011
Octal 251 27 353
Decimal 169 23 235
Hex A9 17 EB

RGB Percentages of Color #a917eb

%39.58
%5.39
%55.04

CMYK Percentages of Color #a917eb

%28
%90
%0
%8

Triadic Colors of #a917eb

#a917eb #eba917 #17eba9

Analogous Colors of #a917eb

#a917eb #eb17c3 #3f17eb

Monochromatic Colors of #a917eb

#a917eb

Complementary Color

#a917eb #59eb17

#a917eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a917eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a917eb Color CSS Codes

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

#a917eb Text Font Color

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

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


#a917eb Background Color

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

This div background color is #a917eb


#a917eb Border Color

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

This div border color is #a917eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a917eb


Comments

No comments written yet.

Please login to write comment.