Color Hex Logo

#a61eef Color Hex

#A61EEF
(166,30,239)
0 Favorites   0 Comments

Color spaces of #a61eef

RGB 16630239
HSL0.780.870.53
HSV279°87°94°
CMYK 0.310.870.00   0.06
XYZ31.770115.267582.9338
Yxy15.26750.24440.1175
Hunter Lab39.073676.7563-98.4914
CIE-Lab45.998479.7659-75.7565

#a61eef color RGB value is (166,30,239).

#a61eef hex color red value is 166, green value is 30 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a61eef hue: 0.78 , saturation: 0.87 and the lightness value of a61eef is 0.53.

The process color (four color CMYK) of #a61eef color hex is 0.31, 0.87, 0.00, 0.06. Web safe color of #a61eef is #9933ff. Color #a61eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011110 11101111
Octal 246 36 357
Decimal 166 30 239
Hex A6 1E EF

RGB Percentages of Color #a61eef

%38.16
%6.90
%54.94

CMYK Percentages of Color #a61eef

%31
%87
%0
%6

Triadic Colors of #a61eef

#a61eef #efa61e #1eefa6

Analogous Colors of #a61eef

#a61eef #ef1ed0 #3d1eef

Monochromatic Colors of #a61eef

#a61eef

Complementary Color

#a61eef #67ef1e

#a61eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61eef Color CSS Codes

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

#a61eef Text Font Color

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

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


#a61eef Background Color

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

This div background color is #a61eef


#a61eef Border Color

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

This div border color is #a61eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61eef


Comments

No comments written yet.

Please login to write comment.