Color Hex Logo

#a094df Color Hex

#A094DF
(160,148,223)
0 Favorites   0 Comments

Color spaces of #a094df

RGB 160148223
HSL0.690.540.73
HSV250°34°87°
CMYK 0.280.340.00   0.13
XYZ38.406433.981174.3468
Yxy33.98110.26170.2316
Hunter Lab58.293315.5910-34.8127
CIE-Lab64.947620.7389-36.5507

#a094df color RGB value is (160,148,223).

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

The process color (four color CMYK) of #a094df color hex is 0.28, 0.34, 0.00, 0.13. Web safe color of #a094df is #9999cc. Color #a094df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010100 11011111
Octal 240 224 337
Decimal 160 148 223
Hex A0 94 DF

RGB Percentages of Color #a094df

%30.13
%27.87
%42.00

CMYK Percentages of Color #a094df

%28
%34
%0
%13

Triadic Colors of #a094df

#a094df #dfa094 #94dfa0

Analogous Colors of #a094df

#a094df #c694df #94aedf

Monochromatic Colors of #a094df

#a094df

Complementary Color

#a094df #d3df94

#a094df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a094df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a094df Color CSS Codes

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

#a094df Text Font Color

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

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


#a094df Background Color

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

This div background color is #a094df


#a094df Border Color

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

This div border color is #a094df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a094df


Comments

No comments written yet.

Please login to write comment.