Color Hex Logo

#8e3cdd Color Hex

#8E3CDD
(142,60,221)
0 Favorites   0 Comments

Color spaces of #8e3cdd

RGB 14260221
HSL0.750.700.55
HSV271°73°87°
CMYK 0.360.730.00   0.13
XYZ25.822314.203069.7871
Yxy14.20300.23510.1293
Hunter Lab37.686956.3527-83.4101
CIE-Lab44.522762.9603-68.0894

#8e3cdd color RGB value is (142,60,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 00111100 11011101
Octal 216 74 335
Decimal 142 60 221
Hex 8E 3C DD

RGB Percentages of Color #8e3cdd

%33.57
%14.18
%52.25

CMYK Percentages of Color #8e3cdd

%36
%73
%0
%13

Triadic Colors of #8e3cdd

#8e3cdd #dd8e3c #3cdd8e

Analogous Colors of #8e3cdd

#8e3cdd #dd3cdc #3e3cdd

Monochromatic Colors of #8e3cdd

#8e3cdd

Complementary Color

#8e3cdd #8bdd3c

#8e3cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e3cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e3cdd Color CSS Codes

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

#8e3cdd Text Font Color

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

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


#8e3cdd Background Color

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

This div background color is #8e3cdd


#8e3cdd Border Color

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

This div border color is #8e3cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e3cdd


Comments

No comments written yet.

Please login to write comment.