Color Hex Logo

#a213ee Color Hex

#A213EE
(162,19,238)
0 Favorites   0 Comments

Color spaces of #a213ee

RGB 16219238
HSL0.780.870.50
HSV279°92°93°
CMYK 0.320.920.00   0.07
XYZ30.565814.320282.0420
Yxy14.32020.24080.1128
Hunter Lab37.842077.9546-102.0520
CIE-Lab44.688780.9702-77.3576

#a213ee color RGB value is (162,19,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010011 11101110
Octal 242 23 356
Decimal 162 19 238
Hex A2 13 EE

RGB Percentages of Color #a213ee

%38.66
%4.53
%56.80

CMYK Percentages of Color #a213ee

%32
%92
%0
%7

Triadic Colors of #a213ee

#a213ee #eea213 #13eea2

Analogous Colors of #a213ee

#a213ee #ee13cd #3513ee

Monochromatic Colors of #a213ee

#a213ee

Complementary Color

#a213ee #5fee13

#a213ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a213ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a213ee Color CSS Codes

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

#a213ee Text Font Color

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

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


#a213ee Background Color

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

This div background color is #a213ee


#a213ee Border Color

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

This div border color is #a213ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a213ee


Comments

No comments written yet.

Please login to write comment.