Color Hex Logo

#8d7ebd Color Hex

#8D7EBD
(141,126,189)
0 Favorites   0 Comments

Color spaces of #8d7ebd

RGB 141126189
HSL0.710.320.62
HSV254°33°74°
CMYK 0.250.330.00   0.26
XYZ27.630724.258651.3702
Yxy24.25860.26760.2349
Hunter Lab49.253013.9448-27.3615
CIE-Lab56.345819.3882-30.9629

#8d7ebd color RGB value is (141,126,189).

#8d7ebd hex color red value is 141, green value is 126 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8d7ebd hue: 0.71 , saturation: 0.32 and the lightness value of 8d7ebd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 01111110 10111101
Octal 215 176 275
Decimal 141 126 189
Hex 8D 7E BD

RGB Percentages of Color #8d7ebd

%30.92
%27.63
%41.45

CMYK Percentages of Color #8d7ebd

%25
%33
%0
%26

Triadic Colors of #8d7ebd

#8d7ebd #bd8d7e #7ebd8d

Analogous Colors of #8d7ebd

#8d7ebd #ad7ebd #7e8fbd

Monochromatic Colors of #8d7ebd

#8d7ebd

Complementary Color

#8d7ebd #aebd7e

#8d7ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d7ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d7ebd Color CSS Codes

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

#8d7ebd Text Font Color

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

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


#8d7ebd Background Color

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

This div background color is #8d7ebd


#8d7ebd Border Color

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

This div border color is #8d7ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,126,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d7ebd


Comments

No comments written yet.

Please login to write comment.