Color Hex Logo

#8e83fa Color Hex

#8E83FA
(142,131,250)
0 Favorites   0 Comments

Color spaces of #8e83fa

RGB 142131250
HSL0.680.920.75
HSV246°48°98°
CMYK 0.430.480.00   0.02
XYZ36.526928.885594.0928
Yxy28.88550.22900.1811
Hunter Lab53.745227.2599-66.1785
CIE-Lab60.680433.0007-58.2925

#8e83fa color RGB value is (142,131,250).

#8e83fa hex color red value is 142, green value is 131 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8e83fa hue: 0.68 , saturation: 0.92 and the lightness value of 8e83fa is 0.75.

The process color (four color CMYK) of #8e83fa color hex is 0.43, 0.48, 0.00, 0.02. Web safe color of #8e83fa is #9999ff. Color #8e83fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10000011 11111010
Octal 216 203 372
Decimal 142 131 250
Hex 8E 83 FA

RGB Percentages of Color #8e83fa

%27.15
%25.05
%47.80

CMYK Percentages of Color #8e83fa

%43
%48
%0
%2

Triadic Colors of #8e83fa

#8e83fa #fa8e83 #83fa8e

Analogous Colors of #8e83fa

#8e83fa #ca83fa #83b4fa

Monochromatic Colors of #8e83fa

#8e83fa

Complementary Color

#8e83fa #effa83

#8e83fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e83fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e83fa Color CSS Codes

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

#8e83fa Text Font Color

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

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


#8e83fa Background Color

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

This div background color is #8e83fa


#8e83fa Border Color

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

This div border color is #8e83fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e83fa

Related Colors


Comments

No comments written yet.

Please login to write comment.