Color Hex Logo

#a088db Color Hex

#A088DB
(160,136,219)
0 Favorites   0 Comments

Color spaces of #a088db

RGB 160136219
HSL0.710.540.70
HSV257°38°86°
CMYK 0.270.380.00   0.14
XYZ36.087530.196470.9443
Yxy30.19640.26300.2200
Hunter Lab54.951321.0596-38.0799
CIE-Lab61.823326.6110-39.2086

#a088db color RGB value is (160,136,219).

#a088db hex color red value is 160, green value is 136 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a088db hue: 0.71 , saturation: 0.54 and the lightness value of a088db is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001000 11011011
Octal 240 210 333
Decimal 160 136 219
Hex A0 88 DB

RGB Percentages of Color #a088db

%31.07
%26.41
%42.52

CMYK Percentages of Color #a088db

%27
%38
%0
%14

Triadic Colors of #a088db

#a088db #dba088 #88dba0

Analogous Colors of #a088db

#a088db #ca88db #889adb

Monochromatic Colors of #a088db

#a088db

Complementary Color

#a088db #c3db88

#a088db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a088db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a088db Color CSS Codes

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

#a088db Text Font Color

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

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


#a088db Background Color

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

This div background color is #a088db


#a088db Border Color

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

This div border color is #a088db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a088db


Comments

No comments written yet.

Please login to write comment.