Color Hex Logo

#a089ca Color Hex

#A089CA
(160,137,202)
0 Favorites   0 Comments

Color spaces of #a089ca

RGB 160137202
HSL0.730.380.66
HSV261°32°79°
CMYK 0.210.320.00   0.21
XYZ34.103529.629259.7987
Yxy29.62920.27610.2399
Hunter Lab54.432716.5776-27.0319
CIE-Lab61.333021.9642-30.4522

#a089ca color RGB value is (160,137,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001001 11001010
Octal 240 211 312
Decimal 160 137 202
Hex A0 89 CA

RGB Percentages of Color #a089ca

%32.06
%27.45
%40.48

CMYK Percentages of Color #a089ca

%21
%32
%0
%21

Triadic Colors of #a089ca

#a089ca #caa089 #89caa0

Analogous Colors of #a089ca

#a089ca #c189ca #8993ca

Monochromatic Colors of #a089ca

#a089ca

Complementary Color

#a089ca #b3ca89

#a089ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a089ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a089ca Color CSS Codes

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

#a089ca Text Font Color

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

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


#a089ca Background Color

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

This div background color is #a089ca


#a089ca Border Color

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

This div border color is #a089ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a089ca


Comments

No comments written yet.

Please login to write comment.