Color Hex Logo

#8e63df Color Hex

#8E63DF
(142,99,223)
0 Favorites   0 Comments

Color spaces of #8e63df

RGB 14299223
HSL0.720.660.63
HSV261°56°87°
CMYK 0.360.560.00   0.13
XYZ28.936520.002272.1477
Yxy20.00220.23900.1652
Hunter Lab44.723837.2236-64.3389
CIE-Lab51.839743.9487-57.3966

#8e63df color RGB value is (142,99,223).

#8e63df hex color red value is 142, green value is 99 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8e63df hue: 0.72 , saturation: 0.66 and the lightness value of 8e63df is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 01100011 11011111
Octal 216 143 337
Decimal 142 99 223
Hex 8E 63 DF

RGB Percentages of Color #8e63df

%30.60
%21.34
%48.06

CMYK Percentages of Color #8e63df

%36
%56
%0
%13

Triadic Colors of #8e63df

#8e63df #df8e63 #63df8e

Analogous Colors of #8e63df

#8e63df #cc63df #6376df

Monochromatic Colors of #8e63df

#8e63df

Complementary Color

#8e63df #b4df63

#8e63df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e63df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e63df Color CSS Codes

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

#8e63df Text Font Color

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

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


#8e63df Background Color

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

This div background color is #8e63df


#8e63df Border Color

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

This div border color is #8e63df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e63df


Comments

No comments written yet.

Please login to write comment.