Color Hex Logo

#a605ef Color Hex

#A605EF
(166,5,239)
0 Favorites   0 Comments

Color spaces of #a605ef

RGB 1665239
HSL0.780.960.48
HSV281°98°94°
CMYK 0.310.980.00   0.06
XYZ31.360114.447582.7971
Yxy14.44750.24380.1123
Hunter Lab38.009980.7544-102.5448
CIE-Lab44.868083.1393-77.6051

#a605ef color RGB value is (166,5,239).

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

The process color (four color CMYK) of #a605ef color hex is 0.31, 0.98, 0.00, 0.06. Web safe color of #a605ef is #9900ff. Color #a605ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000101 11101111
Octal 246 5 357
Decimal 166 5 239
Hex A6 5 EF

RGB Percentages of Color #a605ef

%40.49
%1.22
%58.29

CMYK Percentages of Color #a605ef

%31
%98
%0
%6

Triadic Colors of #a605ef

#a605ef #efa605 #05efa6

Analogous Colors of #a605ef

#a605ef #ef05c3 #3105ef

Monochromatic Colors of #a605ef

#a605ef

Complementary Color

#a605ef #4eef05

#a605ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a605ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a605ef Color CSS Codes

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

#a605ef Text Font Color

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

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


#a605ef Background Color

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

This div background color is #a605ef


#a605ef Border Color

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

This div border color is #a605ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a605ef


Comments

No comments written yet.

Please login to write comment.