Color Hex Logo

#6e1aee Color Hex

#6E1AEE
(110,26,238)
0 Favorites   0 Comments

Color spaces of #6e1aee

RGB 11026238
HSL0.730.860.52
HSV264°89°93°
CMYK 0.540.890.00   0.07
XYZ22.232410.226881.6911
Yxy10.22680.19480.0896
Hunter Lab31.979468.1312-129.0704
CIE-Lab38.246474.2514-88.2051

#6e1aee color RGB value is (110,26,238).

#6e1aee hex color red value is 110, green value is 26 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6e1aee hue: 0.73 , saturation: 0.86 and the lightness value of 6e1aee is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00011010 11101110
Octal 156 32 356
Decimal 110 26 238
Hex 6E 1A EE

RGB Percentages of Color #6e1aee

%29.41
%6.95
%63.64

CMYK Percentages of Color #6e1aee

%54
%89
%0
%7

Triadic Colors of #6e1aee

#6e1aee #ee6e1a #1aee6e

Analogous Colors of #6e1aee

#6e1aee #d81aee #1a30ee

Monochromatic Colors of #6e1aee

#6e1aee

Complementary Color

#6e1aee #9aee1a

#6e1aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e1aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e1aee Color CSS Codes

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

#6e1aee Text Font Color

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

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


#6e1aee Background Color

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

This div background color is #6e1aee


#6e1aee Border Color

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

This div border color is #6e1aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,26,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 #6e1aee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e1aee


Comments

No comments written yet.

Please login to write comment.