Color Hex Logo

#6e2ded Color Hex

#6E2DED
(110,45,237)
0 Favorites   0 Comments

Color spaces of #6e2ded

RGB 11045237
HSL0.720.840.55
HSV260°81°93°
CMYK 0.540.810.00   0.07
XYZ22.654911.306281.1090
Yxy11.30620.19690.0983
Hunter Lab33.624761.4226-119.4812
CIE-Lab40.091568.2380-84.5913

#6e2ded color RGB value is (110,45,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00101101 11101101
Octal 156 55 355
Decimal 110 45 237
Hex 6E 2D ED

RGB Percentages of Color #6e2ded

%28.06
%11.48
%60.46

CMYK Percentages of Color #6e2ded

%54
%81
%0
%7

Triadic Colors of #6e2ded

#6e2ded #ed6e2d #2ded6e

Analogous Colors of #6e2ded

#6e2ded #ce2ded #2d4ced

Monochromatic Colors of #6e2ded

#6e2ded

Complementary Color

#6e2ded #aced2d

#6e2ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e2ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e2ded Color CSS Codes

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

#6e2ded Text Font Color

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

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


#6e2ded Background Color

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

This div background color is #6e2ded


#6e2ded Border Color

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

This div border color is #6e2ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e2ded


Comments

No comments written yet.

Please login to write comment.