Color Hex Logo

#a883db Color Hex

#A883DB
(168,131,219)
0 Favorites   0 Comments

Color spaces of #a883db

RGB 168131219
HSL0.740.550.69
HSV265°40°86°
CMYK 0.230.400.00   0.14
XYZ37.050929.671970.7923
Yxy29.67190.26940.2158
Hunter Lab54.471926.0869-38.9236
CIE-Lab61.370131.7581-39.8661

#a883db color RGB value is (168,131,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000011 11011011
Octal 250 203 333
Decimal 168 131 219
Hex A8 83 DB

RGB Percentages of Color #a883db

%32.43
%25.29
%42.28

CMYK Percentages of Color #a883db

%23
%40
%0
%14

Triadic Colors of #a883db

#a883db #dba883 #83dba8

Analogous Colors of #a883db

#a883db #d483db #838adb

Monochromatic Colors of #a883db

#a883db

Complementary Color

#a883db #b6db83

#a883db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a883db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a883db Color CSS Codes

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

#a883db Text Font Color

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

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


#a883db Background Color

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

This div background color is #a883db


#a883db Border Color

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

This div border color is #a883db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a883db


Comments

No comments written yet.

Please login to write comment.