Color Hex Logo

#a094bb Color Hex

#A094BB
(160,148,187)
0 Favorites   0 Comments

Color spaces of #a094bb

RGB 160148187
HSL0.720.220.66
HSV258°21°73°
CMYK 0.140.210.00   0.27
XYZ34.056732.241251.4419
Yxy32.24120.28930.2738
Hunter Lab56.78137.6946-13.9677
CIE-Lab63.541712.2810-18.6285

#a094bb color RGB value is (160,148,187).

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

The process color (four color CMYK) of #a094bb color hex is 0.14, 0.21, 0.00, 0.27. Web safe color of #a094bb is #9999cc. Color #a094bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010100 10111011
Octal 240 224 273
Decimal 160 148 187
Hex A0 94 BB

RGB Percentages of Color #a094bb

%32.32
%29.90
%37.78

CMYK Percentages of Color #a094bb

%14
%21
%0
%27

Triadic Colors of #a094bb

#a094bb #bba094 #94bba0

Analogous Colors of #a094bb

#a094bb #b494bb #949cbb

Monochromatic Colors of #a094bb

#a094bb

Complementary Color

#a094bb #afbb94

#a094bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a094bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a094bb Color CSS Codes

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

#a094bb Text Font Color

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

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


#a094bb Background Color

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

This div background color is #a094bb


#a094bb Border Color

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

This div border color is #a094bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a094bb


Comments

No comments written yet.

Please login to write comment.