Color Hex Logo

#a917ee Color Hex

#A917EE
(169,23,238)
0 Favorites   0 Comments

Color spaces of #a917ee

RGB 16923238
HSL0.780.860.51
HSV281°90°93°
CMYK 0.290.900.00   0.07
XYZ32.101215.220982.1349
Yxy15.22090.24800.1176
Hunter Lab39.014078.5977-97.5116
CIE-Lab45.935381.2393-75.2770

#a917ee color RGB value is (169,23,238).

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

The process color (four color CMYK) of #a917ee color hex is 0.29, 0.90, 0.00, 0.07. Web safe color of #a917ee is #9900ff. Color #a917ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010111 11101110
Octal 251 27 356
Decimal 169 23 238
Hex A9 17 EE

RGB Percentages of Color #a917ee

%39.30
%5.35
%55.35

CMYK Percentages of Color #a917ee

%29
%90
%0
%7

Triadic Colors of #a917ee

#a917ee #eea917 #17eea9

Analogous Colors of #a917ee

#a917ee #ee17c8 #3d17ee

Monochromatic Colors of #a917ee

#a917ee

Complementary Color

#a917ee #5cee17

#a917ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a917ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a917ee Color CSS Codes

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

#a917ee Text Font Color

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

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


#a917ee Background Color

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

This div background color is #a917ee


#a917ee Border Color

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

This div border color is #a917ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a917ee


Comments

No comments written yet.

Please login to write comment.