Color Hex Logo

#6e1ebd Color Hex

#6E1EBD
(110,30,189)
0 Favorites   0 Comments

Color spaces of #6e1ebd

RGB 11030189
HSL0.750.730.43
HSV270°84°74°
CMYK 0.420.840.00   0.26
XYZ16.08007.917748.8249
Yxy7.91770.22080.1087
Hunter Lab28.138452.7636-83.1813
CIE-Lab33.810961.8344-67.2010

#6e1ebd color RGB value is (110,30,189).

#6e1ebd hex color red value is 110, green value is 30 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6e1ebd hue: 0.75 , saturation: 0.73 and the lightness value of 6e1ebd is 0.43.

The process color (four color CMYK) of #6e1ebd color hex is 0.42, 0.84, 0.00, 0.26. Web safe color of #6e1ebd is #6633cc. Color #6e1ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00011110 10111101
Octal 156 36 275
Decimal 110 30 189
Hex 6E 1E BD

RGB Percentages of Color #6e1ebd

%33.43
%9.12
%57.45

CMYK Percentages of Color #6e1ebd

%42
%84
%0
%26

Triadic Colors of #6e1ebd

#6e1ebd #bd6e1e #1ebd6e

Analogous Colors of #6e1ebd

#6e1ebd #bd1ebd #1f1ebd

Monochromatic Colors of #6e1ebd

#6e1ebd

Complementary Color

#6e1ebd #6dbd1e

#6e1ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e1ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e1ebd Color CSS Codes

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

#6e1ebd Text Font Color

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

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


#6e1ebd Background Color

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

This div background color is #6e1ebd


#6e1ebd Border Color

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

This div border color is #6e1ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e1ebd


Comments

No comments written yet.

Please login to write comment.