Color Hex Logo

#6e1dbd Color Hex

#6E1DBD
(110,29,189)
0 Favorites   0 Comments

Color spaces of #6e1dbd

RGB 11029189
HSL0.750.730.43
HSV270°85°74°
CMYK 0.420.850.00   0.26
XYZ16.05517.867848.8166
Yxy7.86780.22070.1082
Hunter Lab28.049653.0835-83.5516
CIE-Lab33.706062.1436-67.3731

#6e1dbd color RGB value is (110,29,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00011101 10111101
Octal 156 35 275
Decimal 110 29 189
Hex 6E 1D BD

RGB Percentages of Color #6e1dbd

%33.54
%8.84
%57.62

CMYK Percentages of Color #6e1dbd

%42
%85
%0
%26

Triadic Colors of #6e1dbd

#6e1dbd #bd6e1d #1dbd6e

Analogous Colors of #6e1dbd

#6e1dbd #bd1dbc #1e1dbd

Monochromatic Colors of #6e1dbd

#6e1dbd

Complementary Color

#6e1dbd #6cbd1d

#6e1dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e1dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e1dbd Color CSS Codes

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

#6e1dbd Text Font Color

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

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


#6e1dbd Background Color

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

This div background color is #6e1dbd


#6e1dbd Border Color

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

This div border color is #6e1dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e1dbd


Comments

No comments written yet.

Please login to write comment.