Color Hex Logo

#8e3cbd Color Hex

#8E3CBD
(142,60,189)
0 Favorites   0 Comments

Color spaces of #8e3cbd

RGB 14260189
HSL0.770.520.49
HSV278°68°74°
CMYK 0.250.680.00   0.26
XYZ21.956512.656649.4298
Yxy12.65660.26130.1506
Hunter Lab35.576147.9066-57.4748
CIE-Lab42.241255.7529-53.2956

#8e3cbd color RGB value is (142,60,189).

#8e3cbd hex color red value is 142, green value is 60 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8e3cbd hue: 0.77 , saturation: 0.52 and the lightness value of 8e3cbd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 00111100 10111101
Octal 216 74 275
Decimal 142 60 189
Hex 8E 3C BD

RGB Percentages of Color #8e3cbd

%36.32
%15.35
%48.34

CMYK Percentages of Color #8e3cbd

%25
%68
%0
%26

Triadic Colors of #8e3cbd

#8e3cbd #bd8e3c #3cbd8e

Analogous Colors of #8e3cbd

#8e3cbd #bd3cac #4e3cbd

Monochromatic Colors of #8e3cbd

#8e3cbd

Complementary Color

#8e3cbd #6bbd3c

#8e3cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e3cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e3cbd Color CSS Codes

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

#8e3cbd Text Font Color

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

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


#8e3cbd Background Color

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

This div background color is #8e3cbd


#8e3cbd Border Color

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

This div border color is #8e3cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e3cbd


Comments

No comments written yet.

Please login to write comment.