Color Hex Logo

#8e7dbb Color Hex

#8E7DBB
(142,125,187)
0 Favorites   0 Comments

Color spaces of #8e7dbb

RGB 142125187
HSL0.710.310.61
HSV256°33°73°
CMYK 0.240.330.00   0.27
XYZ27.458624.005950.2001
Yxy24.00590.27010.2361
Hunter Lab48.995814.2936-26.4502
CIE-Lab56.093719.7857-30.2063

#8e7dbb color RGB value is (142,125,187).

#8e7dbb hex color red value is 142, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8e7dbb hue: 0.71 , saturation: 0.31 and the lightness value of 8e7dbb is 0.61.

The process color (four color CMYK) of #8e7dbb color hex is 0.24, 0.33, 0.00, 0.27. Web safe color of #8e7dbb is #9966cc. Color #8e7dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01111101 10111011
Octal 216 175 273
Decimal 142 125 187
Hex 8E 7D BB

RGB Percentages of Color #8e7dbb

%31.28
%27.53
%41.19

CMYK Percentages of Color #8e7dbb

%24
%33
%0
%27

Triadic Colors of #8e7dbb

#8e7dbb #bb8e7d #7dbb8e

Analogous Colors of #8e7dbb

#8e7dbb #ad7dbb #7d8bbb

Monochromatic Colors of #8e7dbb

#8e7dbb

Complementary Color

#8e7dbb #aabb7d

#8e7dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e7dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e7dbb Color CSS Codes

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

#8e7dbb Text Font Color

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

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


#8e7dbb Background Color

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

This div background color is #8e7dbb


#8e7dbb Border Color

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

This div border color is #8e7dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,125,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8e7dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8e7dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #8e7dbb;
  box-shadow:         1px 1px 3px 2px #8e7dbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,125,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8e7dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e7dbb


Comments

No comments written yet.

Please login to write comment.