Color Hex Logo

#a11edb Color Hex

#A11EDB
(161,30,219)
0 Favorites   0 Comments

Color spaces of #a11edb

RGB 16130219
HSL0.780.760.49
HSV282°86°86°
CMYK 0.260.860.00   0.14
XYZ27.948413.620168.1737
Yxy13.62010.25470.1241
Hunter Lab36.905470.5932-83.6899
CIE-Lab43.683175.2334-68.1977

#a11edb color RGB value is (161,30,219).

#a11edb hex color red value is 161, green value is 30 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a11edb hue: 0.78 , saturation: 0.76 and the lightness value of a11edb is 0.49.

The process color (four color CMYK) of #a11edb color hex is 0.26, 0.86, 0.00, 0.14. Web safe color of #a11edb is #9933cc. Color #a11edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011110 11011011
Octal 241 36 333
Decimal 161 30 219
Hex A1 1E DB

RGB Percentages of Color #a11edb

%39.27
%7.32
%53.41

CMYK Percentages of Color #a11edb

%26
%86
%0
%14

Triadic Colors of #a11edb

#a11edb #dba11e #1edba1

Analogous Colors of #a11edb

#a11edb #db1eb7 #431edb

Monochromatic Colors of #a11edb

#a11edb

Complementary Color

#a11edb #58db1e

#a11edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a11edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a11edb Color CSS Codes

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

#a11edb Text Font Color

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

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


#a11edb Background Color

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

This div background color is #a11edb


#a11edb Border Color

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

This div border color is #a11edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,30,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a11edb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a11edb


Comments

No comments written yet.

Please login to write comment.