Color Hex Logo

#8d81db Color Hex

#8D81DB
(141,129,219)
0 Favorites   0 Comments

Color spaces of #8d81db

RGB 141129219
HSL0.690.560.68
HSV248°41°86°
CMYK 0.360.410.00   0.14
XYZ31.620926.477770.4619
Yxy26.47770.24600.2060
Hunter Lab51.456519.6425-45.1692
CIE-Lab58.487725.3886-44.5657

#8d81db color RGB value is (141,129,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10000001 11011011
Octal 215 201 333
Decimal 141 129 219
Hex 8D 81 DB

RGB Percentages of Color #8d81db

%28.83
%26.38
%44.79

CMYK Percentages of Color #8d81db

%36
%41
%0
%14

Triadic Colors of #8d81db

#8d81db #db8d81 #81db8d

Analogous Colors of #8d81db

#8d81db #ba81db #81a2db

Monochromatic Colors of #8d81db

#8d81db

Complementary Color

#8d81db #cfdb81

#8d81db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d81db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d81db Color CSS Codes

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

#8d81db Text Font Color

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

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


#8d81db Background Color

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

This div background color is #8d81db


#8d81db Border Color

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

This div border color is #8d81db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d81db


Comments

No comments written yet.

Please login to write comment.