Color Hex Logo

#a093ef Color Hex

#A093EF
(160,147,239)
0 Favorites   0 Comments

Color spaces of #a093ef

RGB 160147239
HSL0.690.740.76
HSV248°38°94°
CMYK 0.330.380.00   0.06
XYZ40.510934.573086.1995
Yxy34.57300.25120.2144
Hunter Lab58.798820.0841-45.7604
CIE-Lab65.414925.3568-44.6465

#a093ef color RGB value is (160,147,239).

#a093ef hex color red value is 160, green value is 147 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a093ef hue: 0.69 , saturation: 0.74 and the lightness value of a093ef is 0.76.

The process color (four color CMYK) of #a093ef color hex is 0.33, 0.38, 0.00, 0.06. Web safe color of #a093ef is #9999ff. Color #a093ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010011 11101111
Octal 240 223 357
Decimal 160 147 239
Hex A0 93 EF

RGB Percentages of Color #a093ef

%29.30
%26.92
%43.77

CMYK Percentages of Color #a093ef

%33
%38
%0
%6

Triadic Colors of #a093ef

#a093ef #efa093 #93efa0

Analogous Colors of #a093ef

#a093ef #ce93ef #93b4ef

Monochromatic Colors of #a093ef

#a093ef

Complementary Color

#a093ef #e2ef93

#a093ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a093ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a093ef Color CSS Codes

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

#a093ef Text Font Color

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

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


#a093ef Background Color

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

This div background color is #a093ef


#a093ef Border Color

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

This div border color is #a093ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a093ef


Comments

No comments written yet.

Please login to write comment.