Color Hex Logo

#a058ef Color Hex

#A058EF
(160,88,239)
0 Favorites   0 Comments

Color spaces of #a058ef

RGB 16088239
HSL0.750.830.64
HSV269°63°94°
CMYK 0.330.630.00   0.06
XYZ33.566920.685083.8848
Yxy20.68500.24300.1497
Hunter Lab45.480852.1499-77.5180
CIE-Lab52.603057.7199-65.0648

#a058ef color RGB value is (160,88,239).

#a058ef hex color red value is 160, green value is 88 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a058ef hue: 0.75 , saturation: 0.83 and the lightness value of a058ef is 0.64.

The process color (four color CMYK) of #a058ef color hex is 0.33, 0.63, 0.00, 0.06. Web safe color of #a058ef is #9966ff. Color #a058ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011000 11101111
Octal 240 130 357
Decimal 160 88 239
Hex A0 58 EF

RGB Percentages of Color #a058ef

%32.85
%18.07
%49.08

CMYK Percentages of Color #a058ef

%33
%63
%0
%6

Triadic Colors of #a058ef

#a058ef #efa058 #58efa0

Analogous Colors of #a058ef

#a058ef #ec58ef #585bef

Monochromatic Colors of #a058ef

#a058ef

Complementary Color

#a058ef #a7ef58

#a058ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a058ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a058ef Color CSS Codes

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

#a058ef Text Font Color

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

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


#a058ef Background Color

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

This div background color is #a058ef


#a058ef Border Color

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

This div border color is #a058ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a058ef


Comments

No comments written yet.

Please login to write comment.