Color Hex Logo

#8e3bcf Color Hex

#8E3BCF
(142,59,207)
0 Favorites   0 Comments

Color spaces of #8e3bcf

RGB 14259207
HSL0.760.610.52
HSV274°71°81°
CMYK 0.310.710.00   0.19
XYZ23.981813.383760.3508
Yxy13.38370.24540.1370
Hunter Lab36.583752.9909-72.1998
CIE-Lab43.335860.1919-61.9843

#8e3bcf color RGB value is (142,59,207).

#8e3bcf hex color red value is 142, green value is 59 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8e3bcf hue: 0.76 , saturation: 0.61 and the lightness value of 8e3bcf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 00111011 11001111
Octal 216 73 317
Decimal 142 59 207
Hex 8E 3B CF

RGB Percentages of Color #8e3bcf

%34.80
%14.46
%50.74

CMYK Percentages of Color #8e3bcf

%31
%71
%0
%19

Triadic Colors of #8e3bcf

#8e3bcf #cf8e3b #3bcf8e

Analogous Colors of #8e3bcf

#8e3bcf #cf3bc6 #443bcf

Monochromatic Colors of #8e3bcf

#8e3bcf

Complementary Color

#8e3bcf #7ccf3b

#8e3bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e3bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e3bcf Color CSS Codes

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

#8e3bcf Text Font Color

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

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


#8e3bcf Background Color

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

This div background color is #8e3bcf


#8e3bcf Border Color

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

This div border color is #8e3bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e3bcf


Comments

No comments written yet.

Please login to write comment.