Color Hex Logo

#8e38be Color Hex

#8E38BE
(142,56,190)
0 Favorites   0 Comments

Color spaces of #8e38be

RGB 14256190
HSL0.770.540.48
HSV279°71°75°
CMYK 0.250.710.00   0.25
XYZ21.863812.296849.9364
Yxy12.29680.26000.1462
Hunter Lab35.066849.9261-59.8844
CIE-Lab41.684057.7223-54.7796

#8e38be color RGB value is (142,56,190).

#8e38be hex color red value is 142, green value is 56 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8e38be hue: 0.77 , saturation: 0.54 and the lightness value of 8e38be is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 00111000 10111110
Octal 216 70 276
Decimal 142 56 190
Hex 8E 38 BE

RGB Percentages of Color #8e38be

%36.60
%14.43
%48.97

CMYK Percentages of Color #8e38be

%25
%71
%0
%25

Triadic Colors of #8e38be

#8e38be #be8e38 #38be8e

Analogous Colors of #8e38be

#8e38be #be38ab #4b38be

Monochromatic Colors of #8e38be

#8e38be

Complementary Color

#8e38be #68be38

#8e38be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e38be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e38be Color CSS Codes

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

#8e38be Text Font Color

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

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


#8e38be Background Color

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

This div background color is #8e38be


#8e38be Border Color

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

This div border color is #8e38be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e38be


Comments

No comments written yet.

Please login to write comment.