Color Hex Logo

#a089ec Color Hex

#A089EC
(160,137,236)
0 Favorites   0 Comments

Color spaces of #a089ec

RGB 160137236
HSL0.710.720.73
HSV254°42°93°
CMYK 0.320.420.00   0.07
XYZ38.583231.421083.3882
Yxy31.42100.25150.2048
Hunter Lab56.054424.7692-48.9634
CIE-Lab62.861430.2973-47.0153

#a089ec color RGB value is (160,137,236).

#a089ec hex color red value is 160, green value is 137 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a089ec hue: 0.71 , saturation: 0.72 and the lightness value of a089ec is 0.73.

The process color (four color CMYK) of #a089ec color hex is 0.32, 0.42, 0.00, 0.07. Web safe color of #a089ec is #9999ff. Color #a089ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001001 11101100
Octal 240 211 354
Decimal 160 137 236
Hex A0 89 EC

RGB Percentages of Color #a089ec

%30.02
%25.70
%44.28

CMYK Percentages of Color #a089ec

%32
%42
%0
%7

Triadic Colors of #a089ec

#a089ec #eca089 #89eca0

Analogous Colors of #a089ec

#a089ec #d289ec #89a4ec

Monochromatic Colors of #a089ec

#a089ec

Complementary Color

#a089ec #d5ec89

#a089ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a089ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a089ec Color CSS Codes

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

#a089ec Text Font Color

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

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


#a089ec Background Color

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

This div background color is #a089ec


#a089ec Border Color

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

This div border color is #a089ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a089ec


Comments

No comments written yet.

Please login to write comment.