Color Hex Logo

#a11eee Color Hex

#A11EEE
(161,30,238)
0 Favorites   0 Comments

Color spaces of #a11eee

RGB 16130238
HSL0.770.860.53
HSV278°87°93°
CMYK 0.320.870.00   0.07
XYZ30.594814.678782.1097
Yxy14.67870.24020.1152
Hunter Lab38.312875.4944-100.2479
CIE-Lab45.190978.9135-76.5417

#a11eee color RGB value is (161,30,238).

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

The process color (four color CMYK) of #a11eee color hex is 0.32, 0.87, 0.00, 0.07. Web safe color of #a11eee is #9933ff. Color #a11eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011110 11101110
Octal 241 36 356
Decimal 161 30 238
Hex A1 1E EE

RGB Percentages of Color #a11eee

%37.53
%6.99
%55.48

CMYK Percentages of Color #a11eee

%32
%87
%0
%7

Triadic Colors of #a11eee

#a11eee #eea11e #1eeea1

Analogous Colors of #a11eee

#a11eee #ee1ed3 #391eee

Monochromatic Colors of #a11eee

#a11eee

Complementary Color

#a11eee #6bee1e

#a11eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a11eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a11eee Color CSS Codes

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

#a11eee Text Font Color

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

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


#a11eee Background Color

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

This div background color is #a11eee


#a11eee Border Color

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

This div border color is #a11eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a11eee


Comments

No comments written yet.

Please login to write comment.