Color Hex Logo

#a810ee Color Hex

#A810EE
(168,16,238)
0 Favorites   0 Comments

Color spaces of #a810ee

RGB 16816238
HSL0.780.870.50
HSV281°93°93°
CMYK 0.290.930.00   0.07
XYZ31.766414.868582.0845
Yxy14.86850.24680.1155
Hunter Lab38.559779.5731-99.2226
CIE-Lab45.453682.1010-76.0703

#a810ee color RGB value is (168,16,238).

#a810ee hex color red value is 168, green value is 16 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a810ee hue: 0.78 , saturation: 0.87 and the lightness value of a810ee is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010000 11101110
Octal 250 20 356
Decimal 168 16 238
Hex A8 10 EE

RGB Percentages of Color #a810ee

%39.81
%3.79
%56.40

CMYK Percentages of Color #a810ee

%29
%93
%0
%7

Triadic Colors of #a810ee

#a810ee #eea810 #10eea8

Analogous Colors of #a810ee

#a810ee #ee10c5 #3910ee

Monochromatic Colors of #a810ee

#a810ee

Complementary Color

#a810ee #56ee10

#a810ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a810ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a810ee Color CSS Codes

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

#a810ee Text Font Color

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

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


#a810ee Background Color

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

This div background color is #a810ee


#a810ee Border Color

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

This div border color is #a810ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a810ee


Comments

No comments written yet.

Please login to write comment.