Color Hex Logo

#8e7fbc Color Hex

#8E7FBC
(142,127,188)
0 Favorites   0 Comments

Color spaces of #8e7fbc

RGB 142127188
HSL0.710.310.62
HSV255°32°74°
CMYK 0.240.320.00   0.26
XYZ27.821824.560450.8512
Yxy24.56040.26950.2379
Hunter Lab49.558513.4815-26.1457
CIE-Lab56.644618.8622-29.9217

#8e7fbc color RGB value is (142,127,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 01111111 10111100
Octal 216 177 274
Decimal 142 127 188
Hex 8E 7F BC

RGB Percentages of Color #8e7fbc

%31.07
%27.79
%41.14

CMYK Percentages of Color #8e7fbc

%24
%32
%0
%26

Triadic Colors of #8e7fbc

#8e7fbc #bc8e7f #7fbc8e

Analogous Colors of #8e7fbc

#8e7fbc #ad7fbc #7f8fbc

Monochromatic Colors of #8e7fbc

#8e7fbc

Complementary Color

#8e7fbc #adbc7f

#8e7fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e7fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e7fbc Color CSS Codes

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

#8e7fbc Text Font Color

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

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


#8e7fbc Background Color

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

This div background color is #8e7fbc


#8e7fbc Border Color

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

This div border color is #8e7fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e7fbc


Comments

No comments written yet.

Please login to write comment.