Color Hex Logo

#a089cb Color Hex

#A089CB
(160,137,203)
0 Favorites   0 Comments

Color spaces of #a089cb

RGB 160137203
HSL0.720.390.67
HSV261°33°80°
CMYK 0.210.330.00   0.20
XYZ34.222429.676760.4244
Yxy29.67670.27530.2387
Hunter Lab54.476316.8014-27.6302
CIE-Lab61.374322.1986-30.9503

#a089cb color RGB value is (160,137,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001001 11001011
Octal 240 211 313
Decimal 160 137 203
Hex A0 89 CB

RGB Percentages of Color #a089cb

%32.00
%27.40
%40.60

CMYK Percentages of Color #a089cb

%21
%33
%0
%20

Triadic Colors of #a089cb

#a089cb #cba089 #89cba0

Analogous Colors of #a089cb

#a089cb #c189cb #8993cb

Monochromatic Colors of #a089cb

#a089cb

Complementary Color

#a089cb #b4cb89

#a089cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a089cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a089cb Color CSS Codes

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

#a089cb Text Font Color

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

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


#a089cb Background Color

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

This div background color is #a089cb


#a089cb Border Color

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

This div border color is #a089cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a089cb


Comments

No comments written yet.

Please login to write comment.