Color Hex Logo

#a858ef Color Hex

#A858EF
(168,88,239)
0 Favorites   0 Comments

Color spaces of #a858ef

RGB 16888239
HSL0.750.830.64
HSV272°63°94°
CMYK 0.300.630.00   0.06
XYZ35.218221.536383.9621
Yxy21.53630.25030.1530
Hunter Lab46.407254.2501-74.7852
CIE-Lab53.531559.4207-63.5202

#a858ef color RGB value is (168,88,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011000 11101111
Octal 250 130 357
Decimal 168 88 239
Hex A8 58 EF

RGB Percentages of Color #a858ef

%33.94
%17.78
%48.28

CMYK Percentages of Color #a858ef

%30
%63
%0
%6

Triadic Colors of #a858ef

#a858ef #efa858 #58efa8

Analogous Colors of #a858ef

#a858ef #ef58eb #5d58ef

Monochromatic Colors of #a858ef

#a858ef

Complementary Color

#a858ef #9fef58

#a858ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a858ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a858ef Color CSS Codes

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

#a858ef Text Font Color

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

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


#a858ef Background Color

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

This div background color is #a858ef


#a858ef Border Color

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

This div border color is #a858ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a858ef


Comments

No comments written yet.

Please login to write comment.