Color Hex Logo

#a61deb Color Hex

#A61DEB
(166,29,235)
0 Favorites   0 Comments

Color spaces of #a61deb

RGB 16629235
HSL0.780.840.52
HSV280°88°92°
CMYK 0.290.880.00   0.08
XYZ31.160614.983979.8471
Yxy14.98390.24730.1189
Hunter Lab38.709075.9508-95.2042
CIE-Lab45.612179.1975-74.1278

#a61deb color RGB value is (166,29,235).

#a61deb hex color red value is 166, green value is 29 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a61deb hue: 0.78 , saturation: 0.84 and the lightness value of a61deb is 0.52.

The process color (four color CMYK) of #a61deb color hex is 0.29, 0.88, 0.00, 0.08. Web safe color of #a61deb is #9933ff. Color #a61deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011101 11101011
Octal 246 35 353
Decimal 166 29 235
Hex A6 1D EB

RGB Percentages of Color #a61deb

%38.60
%6.74
%54.65

CMYK Percentages of Color #a61deb

%29
%88
%0
%8

Triadic Colors of #a61deb

#a61deb #eba61d #1deba6

Analogous Colors of #a61deb

#a61deb #eb1dc9 #3f1deb

Monochromatic Colors of #a61deb

#a61deb

Complementary Color

#a61deb #62eb1d

#a61deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61deb Color CSS Codes

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

#a61deb Text Font Color

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

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


#a61deb Background Color

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

This div background color is #a61deb


#a61deb Border Color

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

This div border color is #a61deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,29,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61deb


Comments

No comments written yet.

Please login to write comment.