Color Hex Logo

#a01dee Color Hex

#A01DEE
(160,29,238)
0 Favorites   0 Comments

Color spaces of #a01dee

RGB 16029238
HSL0.770.860.52
HSV278°88°93°
CMYK 0.330.880.00   0.07
XYZ30.369214.525482.0920
Yxy14.52540.23920.1144
Hunter Lab38.112275.5390-101.0295
CIE-Lab44.977278.9906-76.8972

#a01dee color RGB value is (160,29,238).

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

The process color (four color CMYK) of #a01dee color hex is 0.33, 0.88, 0.00, 0.07. Web safe color of #a01dee is #9933ff. Color #a01dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011101 11101110
Octal 240 35 356
Decimal 160 29 238
Hex A0 1D EE

RGB Percentages of Color #a01dee

%37.47
%6.79
%55.74

CMYK Percentages of Color #a01dee

%33
%88
%0
%7

Triadic Colors of #a01dee

#a01dee #eea01d #1deea0

Analogous Colors of #a01dee

#a01dee #ee1dd4 #371dee

Monochromatic Colors of #a01dee

#a01dee

Complementary Color

#a01dee #6bee1d

#a01dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01dee Color CSS Codes

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

#a01dee Text Font Color

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

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


#a01dee Background Color

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

This div background color is #a01dee


#a01dee Border Color

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

This div border color is #a01dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01dee


Comments

No comments written yet.

Please login to write comment.