Color Hex Logo

#a61ce5 Color Hex

#A61CE5
(166,28,229)
0 Favorites   0 Comments

Color spaces of #a61ce5

RGB 16628229
HSL0.780.790.50
HSV281°88°90°
CMYK 0.280.880.00   0.10
XYZ30.284014.594675.3496
Yxy14.59460.25190.1214
Hunter Lab38.202974.6446-90.1988
CIE-Lab45.073978.2539-71.6040

#a61ce5 color RGB value is (166,28,229).

#a61ce5 hex color red value is 166, green value is 28 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #a61ce5 hue: 0.78 , saturation: 0.79 and the lightness value of a61ce5 is 0.50.

The process color (four color CMYK) of #a61ce5 color hex is 0.28, 0.88, 0.00, 0.10. Web safe color of #a61ce5 is #9933cc. Color #a61ce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011100 11100101
Octal 246 34 345
Decimal 166 28 229
Hex A6 1C E5

RGB Percentages of Color #a61ce5

%39.24
%6.62
%54.14

CMYK Percentages of Color #a61ce5

%28
%88
%0
%10

Triadic Colors of #a61ce5

#a61ce5 #e5a61c #1ce5a6

Analogous Colors of #a61ce5

#a61ce5 #e51cc0 #411ce5

Monochromatic Colors of #a61ce5

#a61ce5

Complementary Color

#a61ce5 #5be51c

#a61ce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61ce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61ce5 Color CSS Codes

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

#a61ce5 Text Font Color

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

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


#a61ce5 Background Color

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

This div background color is #a61ce5


#a61ce5 Border Color

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

This div border color is #a61ce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61ce5


Comments

No comments written yet.

Please login to write comment.