Color Hex Logo

#8e44dd Color Hex

#8E44DD
(142,68,221)
0 Favorites   0 Comments

Color spaces of #8e44dd

RGB 14268221
HSL0.750.690.57
HSV269°69°87°
CMYK 0.360.690.00   0.13
XYZ26.273615.105569.9375
Yxy15.10550.23600.1357
Hunter Lab38.865852.6523-79.4840
CIE-Lab45.778459.4235-66.0482

#8e44dd color RGB value is (142,68,221).

#8e44dd hex color red value is 142, green value is 68 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8e44dd hue: 0.75 , saturation: 0.69 and the lightness value of 8e44dd is 0.57.

The process color (four color CMYK) of #8e44dd color hex is 0.36, 0.69, 0.00, 0.13. Web safe color of #8e44dd is #9933cc. Color #8e44dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01000100 11011101
Octal 216 104 335
Decimal 142 68 221
Hex 8E 44 DD

RGB Percentages of Color #8e44dd

%32.95
%15.78
%51.28

CMYK Percentages of Color #8e44dd

%36
%69
%0
%13

Triadic Colors of #8e44dd

#8e44dd #dd8e44 #44dd8e

Analogous Colors of #8e44dd

#8e44dd #db44dd #4446dd

Monochromatic Colors of #8e44dd

#8e44dd

Complementary Color

#8e44dd #93dd44

#8e44dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e44dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e44dd Color CSS Codes

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

#8e44dd Text Font Color

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

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


#8e44dd Background Color

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

This div background color is #8e44dd


#8e44dd Border Color

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

This div border color is #8e44dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e44dd


Comments

No comments written yet.

Please login to write comment.