Color Hex Logo

#a187db Color Hex

#A187DB
(161,135,219)
0 Favorites   0 Comments

Color spaces of #a187db

RGB 161135219
HSL0.720.540.69
HSV259°38°86°
CMYK 0.260.380.00   0.14
XYZ36.148130.019570.9070
Yxy30.01950.26370.2190
Hunter Lab54.790121.8840-38.3776
CIE-Lab61.671027.4699-39.4407

#a187db color RGB value is (161,135,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000111 11011011
Octal 241 207 333
Decimal 161 135 219
Hex A1 87 DB

RGB Percentages of Color #a187db

%31.26
%26.21
%42.52

CMYK Percentages of Color #a187db

%26
%38
%0
%14

Triadic Colors of #a187db

#a187db #dba187 #87dba1

Analogous Colors of #a187db

#a187db #cb87db #8797db

Monochromatic Colors of #a187db

#a187db

Complementary Color

#a187db #c1db87

#a187db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a187db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a187db Color CSS Codes

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

#a187db Text Font Color

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

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


#a187db Background Color

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

This div background color is #a187db


#a187db Border Color

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

This div border color is #a187db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a187db


Comments

No comments written yet.

Please login to write comment.