Color Hex Logo

#a628ef Color Hex

#A628EF
(166,40,239)
0 Favorites   0 Comments

Color spaces of #a628ef

RGB 16640239
HSL0.770.860.55
HSV278°83°94°
CMYK 0.310.830.00   0.06
XYZ32.064715.856683.0320
Yxy15.85660.24490.1211
Hunter Lab39.820374.0487-95.7552
CIE-Lab46.785877.4413-74.4710

#a628ef color RGB value is (166,40,239).

#a628ef hex color red value is 166, green value is 40 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a628ef hue: 0.77 , saturation: 0.86 and the lightness value of a628ef is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101000 11101111
Octal 246 50 357
Decimal 166 40 239
Hex A6 28 EF

RGB Percentages of Color #a628ef

%37.30
%8.99
%53.71

CMYK Percentages of Color #a628ef

%31
%83
%0
%6

Triadic Colors of #a628ef

#a628ef #efa628 #28efa6

Analogous Colors of #a628ef

#a628ef #ef28d5 #4328ef

Monochromatic Colors of #a628ef

#a628ef

Complementary Color

#a628ef #71ef28

#a628ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a628ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a628ef Color CSS Codes

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

#a628ef Text Font Color

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

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


#a628ef Background Color

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

This div background color is #a628ef


#a628ef Border Color

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

This div border color is #a628ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a628ef


Comments

No comments written yet.

Please login to write comment.