Color Hex Logo

#a114ee Color Hex

#A114EE
(161,20,238)
0 Favorites   0 Comments

Color spaces of #a114ee

RGB 16120238
HSL0.770.870.51
HSV279°92°93°
CMYK 0.320.920.00   0.07
XYZ30.380714.250482.0383
Yxy14.25040.23980.1125
Hunter Lab37.749777.5936-102.4253
CIE-Lab44.589980.7030-77.5252

#a114ee color RGB value is (161,20,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00010100 11101110
Octal 241 24 356
Decimal 161 20 238
Hex A1 14 EE

RGB Percentages of Color #a114ee

%38.42
%4.77
%56.80

CMYK Percentages of Color #a114ee

%32
%92
%0
%7

Triadic Colors of #a114ee

#a114ee #eea114 #14eea1

Analogous Colors of #a114ee

#a114ee #ee14ce #3414ee

Monochromatic Colors of #a114ee

#a114ee

Complementary Color

#a114ee #61ee14

#a114ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a114ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a114ee Color CSS Codes

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

#a114ee Text Font Color

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

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


#a114ee Background Color

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

This div background color is #a114ee


#a114ee Border Color

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

This div border color is #a114ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a114ee


Comments

No comments written yet.

Please login to write comment.