Color Hex Logo

#a093ee Color Hex

#A093EE
(160,147,238)
0 Favorites   0 Comments

Color spaces of #a093ee

RGB 160147238
HSL0.690.730.75
HSV249°38°93°
CMYK 0.330.380.00   0.07
XYZ40.363534.514185.4234
Yxy34.51410.25180.2153
Hunter Lab58.748719.8288-45.0864
CIE-Lab65.368625.0993-44.1693

#a093ee color RGB value is (160,147,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010011 11101110
Octal 240 223 356
Decimal 160 147 238
Hex A0 93 EE

RGB Percentages of Color #a093ee

%29.36
%26.97
%43.67

CMYK Percentages of Color #a093ee

%33
%38
%0
%7

Triadic Colors of #a093ee

#a093ee #eea093 #93eea0

Analogous Colors of #a093ee

#a093ee #ce93ee #93b4ee

Monochromatic Colors of #a093ee

#a093ee

Complementary Color

#a093ee #e1ee93

#a093ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a093ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a093ee Color CSS Codes

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

#a093ee Text Font Color

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

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


#a093ee Background Color

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

This div background color is #a093ee


#a093ee Border Color

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

This div border color is #a093ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a093ee


Comments

No comments written yet.

Please login to write comment.