Color Hex Logo

#8e7dda Color Hex

#8E7DDA
(142,125,218)
0 Favorites   0 Comments

Color spaces of #8e7dda

RGB 142125218
HSL0.700.560.67
HSV251°43°85°
CMYK 0.350.430.00   0.15
XYZ31.143825.480069.6063
Yxy25.48000.24670.2019
Hunter Lab50.477721.7951-46.4236
CIE-Lab57.540127.7217-45.4964

#8e7dda color RGB value is (142,125,218).

#8e7dda hex color red value is 142, green value is 125 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8e7dda hue: 0.70 , saturation: 0.56 and the lightness value of 8e7dda is 0.67.

The process color (four color CMYK) of #8e7dda color hex is 0.35, 0.43, 0.00, 0.15. Web safe color of #8e7dda is #9966cc. Color #8e7dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01111101 11011010
Octal 216 175 332
Decimal 142 125 218
Hex 8E 7D DA

RGB Percentages of Color #8e7dda

%29.28
%25.77
%44.95

CMYK Percentages of Color #8e7dda

%35
%43
%0
%15

Triadic Colors of #8e7dda

#8e7dda #da8e7d #7dda8e

Analogous Colors of #8e7dda

#8e7dda #bd7dda #7d9bda

Monochromatic Colors of #8e7dda

#8e7dda

Complementary Color

#8e7dda #c9da7d

#8e7dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e7dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e7dda Color CSS Codes

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

#8e7dda Text Font Color

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

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


#8e7dda Background Color

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

This div background color is #8e7dda


#8e7dda Border Color

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

This div border color is #8e7dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e7dda


Comments

No comments written yet.

Please login to write comment.