Color Hex Logo

#6e39ee Color Hex

#6E39EE
(110,57,238)
0 Favorites   0 Comments

Color spaces of #6e39ee

RGB 11057238
HSL0.720.840.58
HSV258°76°93°
CMYK 0.540.760.00   0.07
XYZ23.326212.414382.0557
Yxy12.41430.19800.1054
Hunter Lab35.233956.5144-113.4157
CIE-Lab41.867163.6165-82.2325

#6e39ee color RGB value is (110,57,238).

#6e39ee hex color red value is 110, green value is 57 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6e39ee hue: 0.72 , saturation: 0.84 and the lightness value of 6e39ee is 0.58.

The process color (four color CMYK) of #6e39ee color hex is 0.54, 0.76, 0.00, 0.07. Web safe color of #6e39ee is #6633ff. Color #6e39ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00111001 11101110
Octal 156 71 356
Decimal 110 57 238
Hex 6E 39 EE

RGB Percentages of Color #6e39ee

%27.16
%14.07
%58.77

CMYK Percentages of Color #6e39ee

%54
%76
%0
%7

Triadic Colors of #6e39ee

#6e39ee #ee6e39 #39ee6e

Analogous Colors of #6e39ee

#6e39ee #c939ee #395eee

Monochromatic Colors of #6e39ee

#6e39ee

Complementary Color

#6e39ee #b9ee39

#6e39ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e39ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e39ee Color CSS Codes

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

#6e39ee Text Font Color

<p style="color:#6e39ee">Text here</p>

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


#6e39ee Background Color

<div style="background-color:#6e39ee">
Div content here</div>

This div background color is #6e39ee


#6e39ee Border Color

<div style="border:3px solid #6e39ee">
Div here</div>

This div border color is #6e39ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,57,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e39ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e39ee;
  -webkit-box-shadow: 1px 1px 3px 2px #6e39ee;
  box-shadow:         1px 1px 3px 2px #6e39ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,57,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e39ee


Comments

No comments written yet.

Please login to write comment.