Color Hex Logo

#8d87db Color Hex

#8D87DB
(141,135,219)
0 Favorites   0 Comments

Color spaces of #8d87db

RGB 141135219
HSL0.680.540.69
HSV244°38°86°
CMYK 0.360.380.00   0.14
XYZ32.434728.105170.7332
Yxy28.10510.24710.2141
Hunter Lab53.014216.4333-41.9965
CIE-Lab59.983621.8880-42.2084

#8d87db color RGB value is (141,135,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10000111 11011011
Octal 215 207 333
Decimal 141 135 219
Hex 8D 87 DB

RGB Percentages of Color #8d87db

%28.48
%27.27
%44.24

CMYK Percentages of Color #8d87db

%36
%38
%0
%14

Triadic Colors of #8d87db

#8d87db #db8d87 #87db8d

Analogous Colors of #8d87db

#8d87db #b787db #87abdb

Monochromatic Colors of #8d87db

#8d87db

Complementary Color

#8d87db #d5db87

#8d87db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d87db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d87db Color CSS Codes

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

#8d87db Text Font Color

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

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


#8d87db Background Color

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

This div background color is #8d87db


#8d87db Border Color

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

This div border color is #8d87db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d87db


Comments

No comments written yet.

Please login to write comment.