Color Hex Logo

#a094da Color Hex

#A094DA
(160,148,218)
0 Favorites   0 Comments

Color spaces of #a094da

RGB 160148218
HSL0.700.490.72
HSV250°32°85°
CMYK 0.270.320.00   0.15
XYZ37.742033.715370.8482
Yxy33.71530.26520.2369
Hunter Lab58.064914.4109-31.6976
CIE-Lab64.736019.5071-34.1085

#a094da color RGB value is (160,148,218).

#a094da hex color red value is 160, green value is 148 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a094da hue: 0.70 , saturation: 0.49 and the lightness value of a094da is 0.72.

The process color (four color CMYK) of #a094da color hex is 0.27, 0.32, 0.00, 0.15. Web safe color of #a094da is #9999cc. Color #a094da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010100 11011010
Octal 240 224 332
Decimal 160 148 218
Hex A0 94 DA

RGB Percentages of Color #a094da

%30.42
%28.14
%41.44

CMYK Percentages of Color #a094da

%27
%32
%0
%15

Triadic Colors of #a094da

#a094da #daa094 #94daa0

Analogous Colors of #a094da

#a094da #c394da #94abda

Monochromatic Colors of #a094da

#a094da

Complementary Color

#a094da #ceda94

#a094da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a094da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a094da Color CSS Codes

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

#a094da Text Font Color

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

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


#a094da Background Color

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

This div background color is #a094da


#a094da Border Color

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

This div border color is #a094da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a094da


Comments

No comments written yet.

Please login to write comment.