Color Hex Logo

#a094ef Color Hex

#A094EF
(160,148,239)
0 Favorites   0 Comments

Color spaces of #a094ef

RGB 160148239
HSL0.690.740.76
HSV248°38°94°
CMYK 0.330.380.00   0.06
XYZ40.667134.885486.2515
Yxy34.88540.25130.2156
Hunter Lab59.063919.5404-45.2370
CIE-Lab65.659324.7860-44.2622

#a094ef color RGB value is (160,148,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010100 11101111
Octal 240 224 357
Decimal 160 148 239
Hex A0 94 EF

RGB Percentages of Color #a094ef

%29.25
%27.06
%43.69

CMYK Percentages of Color #a094ef

%33
%38
%0
%6

Triadic Colors of #a094ef

#a094ef #efa094 #94efa0

Analogous Colors of #a094ef

#a094ef #ce94ef #94b6ef

Monochromatic Colors of #a094ef

#a094ef

Complementary Color

#a094ef #e3ef94

#a094ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a094ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a094ef Color CSS Codes

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

#a094ef Text Font Color

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

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


#a094ef Background Color

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

This div background color is #a094ef


#a094ef Border Color

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

This div border color is #a094ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a094ef


Comments

No comments written yet.

Please login to write comment.