Color Hex Logo

#a885db Color Hex

#A885DB
(168,133,219)
0 Favorites   0 Comments

Color spaces of #a885db

RGB 168133219
HSL0.730.540.69
HSV264°39°86°
CMYK 0.230.390.00   0.14
XYZ37.322230.214470.8827
Yxy30.21440.26960.2183
Hunter Lab54.967625.0055-37.9792
CIE-Lab61.838830.6273-39.1317

#a885db color RGB value is (168,133,219).

#a885db hex color red value is 168, green value is 133 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a885db hue: 0.73 , saturation: 0.54 and the lightness value of a885db is 0.69.

The process color (four color CMYK) of #a885db color hex is 0.23, 0.39, 0.00, 0.14. Web safe color of #a885db is #9999cc. Color #a885db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000101 11011011
Octal 250 205 333
Decimal 168 133 219
Hex A8 85 DB

RGB Percentages of Color #a885db

%32.31
%25.58
%42.12

CMYK Percentages of Color #a885db

%23
%39
%0
%14

Triadic Colors of #a885db

#a885db #dba885 #85dba8

Analogous Colors of #a885db

#a885db #d385db #858ddb

Monochromatic Colors of #a885db

#a885db

Complementary Color

#a885db #b8db85

#a885db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a885db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a885db Color CSS Codes

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

#a885db Text Font Color

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

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


#a885db Background Color

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

This div background color is #a885db


#a885db Border Color

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

This div border color is #a885db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,133,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 #a885db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a885db


Comments

No comments written yet.

Please login to write comment.