Color Hex Logo

#6e2dde Color Hex

#6E2DDE
(110,45,222)
0 Favorites   0 Comments

Color spaces of #6e2dde

RGB 11045222
HSL0.730.730.52
HSV262°80°87°
CMYK 0.500.800.00   0.13
XYZ20.553610.465770.0440
Yxy10.46570.20340.1036
Hunter Lab32.350756.7938-105.7259
CIE-Lab38.665664.4866-78.3991

#6e2dde color RGB value is (110,45,222).

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

The process color (four color CMYK) of #6e2dde color hex is 0.50, 0.80, 0.00, 0.13. Web safe color of #6e2dde is #6633cc. Color #6e2dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00101101 11011110
Octal 156 55 336
Decimal 110 45 222
Hex 6E 2D DE

RGB Percentages of Color #6e2dde

%29.18
%11.94
%58.89

CMYK Percentages of Color #6e2dde

%50
%80
%0
%13

Triadic Colors of #6e2dde

#6e2dde #de6e2d #2dde6e

Analogous Colors of #6e2dde

#6e2dde #c72dde #2d45de

Monochromatic Colors of #6e2dde

#6e2dde

Complementary Color

#6e2dde #9dde2d

#6e2dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e2dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e2dde Color CSS Codes

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

#6e2dde Text Font Color

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

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


#6e2dde Background Color

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

This div background color is #6e2dde


#6e2dde Border Color

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

This div border color is #6e2dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e2dde


Comments

No comments written yet.

Please login to write comment.