Color Hex Logo

#8e65df Color Hex

#8E65DF
(142,101,223)
0 Favorites   0 Comments

Color spaces of #8e65df

RGB 142101223
HSL0.720.660.64
HSV260°55°87°
CMYK 0.360.550.00   0.13
XYZ29.128320.385972.2117
Yxy20.38590.23930.1675
Hunter Lab45.150736.1427-63.2197
CIE-Lab52.270742.8323-56.7049

#8e65df color RGB value is (142,101,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 01100101 11011111
Octal 216 145 337
Decimal 142 101 223
Hex 8E 65 DF

RGB Percentages of Color #8e65df

%30.47
%21.67
%47.85

CMYK Percentages of Color #8e65df

%36
%55
%0
%13

Triadic Colors of #8e65df

#8e65df #df8e65 #65df8e

Analogous Colors of #8e65df

#8e65df #cb65df #6579df

Monochromatic Colors of #8e65df

#8e65df

Complementary Color

#8e65df #b6df65

#8e65df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e65df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e65df Color CSS Codes

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

#8e65df Text Font Color

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

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


#8e65df Background Color

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

This div background color is #8e65df


#8e65df Border Color

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

This div border color is #8e65df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e65df


Comments

No comments written yet.

Please login to write comment.