Color Hex Logo

#a61fee Color Hex

#A61FEE
(166,31,238)
0 Favorites   0 Comments

Color spaces of #a61fee

RGB 16631238
HSL0.780.860.53
HSV279°87°93°
CMYK 0.300.870.00   0.07
XYZ31.648515.260082.1663
Yxy15.26000.24520.1182
Hunter Lab39.064076.2532-97.3642
CIE-Lab45.988379.3664-75.2088

#a61fee color RGB value is (166,31,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011111 11101110
Octal 246 37 356
Decimal 166 31 238
Hex A6 1F EE

RGB Percentages of Color #a61fee

%38.16
%7.13
%54.71

CMYK Percentages of Color #a61fee

%30
%87
%0
%7

Triadic Colors of #a61fee

#a61fee #eea61f #1feea6

Analogous Colors of #a61fee

#a61fee #ee1fcf #3e1fee

Monochromatic Colors of #a61fee

#a61fee

Complementary Color

#a61fee #67ee1f

#a61fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61fee Color CSS Codes

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

#a61fee Text Font Color

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

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


#a61fee Background Color

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

This div background color is #a61fee


#a61fee Border Color

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

This div border color is #a61fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61fee


Comments

No comments written yet.

Please login to write comment.