Color Hex Logo

#a627ea Color Hex

#A627EA
(166,39,234)
0 Favorites   0 Comments

Color spaces of #a627ea

RGB 16639234
HSL0.780.820.54
HSV279°83°92°
CMYK 0.290.830.00   0.08
XYZ31.302715.498579.1836
Yxy15.49850.24850.1230
Hunter Lab39.368173.0361-91.6960
CIE-Lab46.309576.7148-72.4244

#a627ea color RGB value is (166,39,234).

#a627ea hex color red value is 166, green value is 39 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a627ea hue: 0.78 , saturation: 0.82 and the lightness value of a627ea is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100111 11101010
Octal 246 47 352
Decimal 166 39 234
Hex A6 27 EA

RGB Percentages of Color #a627ea

%37.81
%8.88
%53.30

CMYK Percentages of Color #a627ea

%29
%83
%0
%8

Triadic Colors of #a627ea

#a627ea #eaa627 #27eaa6

Analogous Colors of #a627ea

#a627ea #ea27cd #4427ea

Monochromatic Colors of #a627ea

#a627ea

Complementary Color

#a627ea #6bea27

#a627ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a627ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a627ea Color CSS Codes

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

#a627ea Text Font Color

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

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


#a627ea Background Color

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

This div background color is #a627ea


#a627ea Border Color

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

This div border color is #a627ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a627ea


Comments

No comments written yet.

Please login to write comment.