Color Hex Logo

#8e44da Color Hex

#8E44DA
(142,68,218)
0 Favorites   0 Comments

Color spaces of #8e44da

RGB 14268218
HSL0.750.670.56
HSV270°69°85°
CMYK 0.350.690.00   0.15
XYZ25.877314.947067.8508
Yxy14.94700.23810.1375
Hunter Lab38.661451.8185-76.9912
CIE-Lab45.561558.7122-64.6885

#8e44da color RGB value is (142,68,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 01000100 11011010
Octal 216 104 332
Decimal 142 68 218
Hex 8E 44 DA

RGB Percentages of Color #8e44da

%33.18
%15.89
%50.93

CMYK Percentages of Color #8e44da

%35
%69
%0
%15

Triadic Colors of #8e44da

#8e44da #da8e44 #44da8e

Analogous Colors of #8e44da

#8e44da #d944da #4445da

Monochromatic Colors of #8e44da

#8e44da

Complementary Color

#8e44da #90da44

#8e44da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e44da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e44da Color CSS Codes

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

#8e44da Text Font Color

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

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


#8e44da Background Color

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

This div background color is #8e44da


#8e44da Border Color

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

This div border color is #8e44da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,68,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 #8e44da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e44da


Comments

No comments written yet.

Please login to write comment.