Color Hex Logo

#8187db Color Hex

#8187DB
(129,135,219)
0 Favorites   0 Comments

Color spaces of #8187db

RGB 129135219
HSL0.660.560.68
HSV236°41°86°
CMYK 0.410.380.00   0.14
XYZ30.503427.109570.6428
Yxy27.10950.23780.2114
Hunter Lab52.066813.4576-43.9963
CIE-Lab59.075518.7246-43.7001

#8187db color RGB value is (129,135,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000111 11011011
Octal 201 207 333
Decimal 129 135 219
Hex 81 87 DB

RGB Percentages of Color #8187db

%26.71
%27.95
%45.34

CMYK Percentages of Color #8187db

%41
%38
%0
%14

Triadic Colors of #8187db

#8187db #db8187 #87db81

Analogous Colors of #8187db

#8187db #a881db #81b4db

Monochromatic Colors of #8187db

#8187db

Complementary Color

#8187db #dbd581

#8187db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8187db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8187db Color CSS Codes

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

#8187db Text Font Color

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

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


#8187db Background Color

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

This div background color is #8187db


#8187db Border Color

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

This div border color is #8187db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8187db

#8187db Color Palettes


Comments

No comments written yet.

Please login to write comment.