Color Hex Logo

#a858ea Color Hex

#A858EA
(168,88,234)
0 Favorites   0 Comments

Color spaces of #a858ea

RGB 16888234
HSL0.760.780.63
HSV273°62°92°
CMYK 0.280.620.00   0.08
XYZ34.489521.244880.1248
Yxy21.24480.25390.1564
Hunter Lab46.092152.9057-70.8031
CIE-Lab53.216458.2849-61.2259

#a858ea color RGB value is (168,88,234).

#a858ea hex color red value is 168, green value is 88 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a858ea hue: 0.76 , saturation: 0.78 and the lightness value of a858ea is 0.63.

The process color (four color CMYK) of #a858ea color hex is 0.28, 0.62, 0.00, 0.08. Web safe color of #a858ea is #9966ff. Color #a858ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011000 11101010
Octal 250 130 352
Decimal 168 88 234
Hex A8 58 EA

RGB Percentages of Color #a858ea

%34.29
%17.96
%47.76

CMYK Percentages of Color #a858ea

%28
%62
%0
%8

Triadic Colors of #a858ea

#a858ea #eaa858 #58eaa8

Analogous Colors of #a858ea

#a858ea #ea58e3 #5f58ea

Monochromatic Colors of #a858ea

#a858ea

Complementary Color

#a858ea #9aea58

#a858ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a858ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a858ea Color CSS Codes

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

#a858ea Text Font Color

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

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


#a858ea Background Color

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

This div background color is #a858ea


#a858ea Border Color

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

This div border color is #a858ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a858ea


Comments

No comments written yet.

Please login to write comment.