Color Hex Logo

#6e2dea Color Hex

#6E2DEA
(110,45,234)
0 Favorites   0 Comments

Color spaces of #6e2dea

RGB 11045234
HSL0.720.820.55
HSV261°81°92°
CMYK 0.530.810.00   0.08
XYZ22.220111.132378.8195
Yxy11.13230.19810.0992
Hunter Lab33.365160.4864-116.7072
CIE-Lab39.802467.4878-83.3675

#6e2dea color RGB value is (110,45,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00101101 11101010
Octal 156 55 352
Decimal 110 45 234
Hex 6E 2D EA

RGB Percentages of Color #6e2dea

%28.28
%11.57
%60.15

CMYK Percentages of Color #6e2dea

%53
%81
%0
%8

Triadic Colors of #6e2dea

#6e2dea #ea6e2d #2dea6e

Analogous Colors of #6e2dea

#6e2dea #cd2dea #2d4aea

Monochromatic Colors of #6e2dea

#6e2dea

Complementary Color

#6e2dea #a9ea2d

#6e2dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e2dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e2dea Color CSS Codes

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

#6e2dea Text Font Color

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

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


#6e2dea Background Color

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

This div background color is #6e2dea


#6e2dea Border Color

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

This div border color is #6e2dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e2dea


Comments

No comments written yet.

Please login to write comment.