Color Hex Logo

#a214ee Color Hex

#A214EE
(162,20,238)
0 Favorites   0 Comments

Color spaces of #a214ee

RGB 16220238
HSL0.780.870.51
HSV279°92°93°
CMYK 0.320.920.00   0.07
XYZ30.583114.354782.0478
Yxy14.35470.24080.1130
Hunter Lab37.887677.7830-101.8746
CIE-Lab44.737480.8249-77.2780

#a214ee color RGB value is (162,20,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010100 11101110
Octal 242 24 356
Decimal 162 20 238
Hex A2 14 EE

RGB Percentages of Color #a214ee

%38.57
%4.76
%56.67

CMYK Percentages of Color #a214ee

%32
%92
%0
%7

Triadic Colors of #a214ee

#a214ee #eea214 #14eea2

Analogous Colors of #a214ee

#a214ee #ee14cd #3514ee

Monochromatic Colors of #a214ee

#a214ee

Complementary Color

#a214ee #60ee14

#a214ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a214ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a214ee Color CSS Codes

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

#a214ee Text Font Color

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

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


#a214ee Background Color

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

This div background color is #a214ee


#a214ee Border Color

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

This div border color is #a214ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a214ee


Comments

No comments written yet.

Please login to write comment.