Color Hex Logo

#a893eb Color Hex

#A893EB
(168,147,235)
0 Favorites   0 Comments

Color spaces of #a893eb

RGB 168147235
HSL0.710.690.75
HSV254°37°92°
CMYK 0.290.370.00   0.08
XYZ41.577635.190483.1983
Yxy35.19040.25990.2200
Hunter Lab59.321521.2955-41.6291
CIE-Lab65.896626.5543-41.6432

#a893eb color RGB value is (168,147,235).

#a893eb hex color red value is 168, green value is 147 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a893eb hue: 0.71 , saturation: 0.69 and the lightness value of a893eb is 0.75.

The process color (four color CMYK) of #a893eb color hex is 0.29, 0.37, 0.00, 0.08. Web safe color of #a893eb is #9999ff. Color #a893eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010011 11101011
Octal 250 223 353
Decimal 168 147 235
Hex A8 93 EB

RGB Percentages of Color #a893eb

%30.55
%26.73
%42.73

CMYK Percentages of Color #a893eb

%29
%37
%0
%8

Triadic Colors of #a893eb

#a893eb #eba893 #93eba8

Analogous Colors of #a893eb

#a893eb #d493eb #93aaeb

Monochromatic Colors of #a893eb

#a893eb

Complementary Color

#a893eb #d6eb93

#a893eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a893eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a893eb Color CSS Codes

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

#a893eb Text Font Color

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

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


#a893eb Background Color

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

This div background color is #a893eb


#a893eb Border Color

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

This div border color is #a893eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,147,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a893eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a893eb


Comments

No comments written yet.

Please login to write comment.