Color Hex Logo

#a100ee Color Hex

#A100EE
(161,0,238)
0 Favorites   0 Comments

Color spaces of #a100ee

RGB 1610238
HSL0.781.000.47
HSV281°100°93°
CMYK 0.321.000.00   0.07
XYZ30.130613.750181.9549
Yxy13.75010.23940.1093
Hunter Lab37.081180.1498-105.0831
CIE-Lab43.872482.8551-78.7006

#a100ee color RGB value is (161,0,238).

#a100ee hex color red value is 161, green value is 0 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a100ee hue: 0.78 , saturation: 1.00 and the lightness value of a100ee is 0.47.

The process color (four color CMYK) of #a100ee color hex is 0.32, 1.00, 0.00, 0.07. Web safe color of #a100ee is #9900ff. Color #a100ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00000000 11101110
Octal 241 0 356
Decimal 161 0 238
Hex A1 0 EE

RGB Percentages of Color #a100ee

%40.35
%0.00
%59.65

CMYK Percentages of Color #a100ee

%32
%100
%0
%7

Triadic Colors of #a100ee

#a100ee #eea100 #00eea1

Analogous Colors of #a100ee

#a100ee #ee00c4 #2a00ee

Monochromatic Colors of #a100ee

#a100ee

Complementary Color

#a100ee #4dee00

#a100ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a100ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a100ee Color CSS Codes

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

#a100ee Text Font Color

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

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


#a100ee Background Color

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

This div background color is #a100ee


#a100ee Border Color

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

This div border color is #a100ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a100ee


Comments

No comments written yet.

Please login to write comment.