Color Hex Logo

#6e42ce Color Hex

#6E42CE
(110,66,206)
0 Favorites   0 Comments

Color spaces of #6e42ce

RGB 11066206
HSL0.720.590.53
HSV259°68°81°
CMYK 0.470.680.00   0.19
XYZ19.519211.667759.6158
Yxy11.66770.21500.1285
Hunter Lab34.158042.2252-79.5679
CIE-Lab40.683050.6692-65.8884

#6e42ce color RGB value is (110,66,206).

#6e42ce hex color red value is 110, green value is 66 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6e42ce hue: 0.72 , saturation: 0.59 and the lightness value of 6e42ce is 0.53.

The process color (four color CMYK) of #6e42ce color hex is 0.47, 0.68, 0.00, 0.19. Web safe color of #6e42ce is #6633cc. Color #6e42ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01000010 11001110
Octal 156 102 316
Decimal 110 66 206
Hex 6E 42 CE

RGB Percentages of Color #6e42ce

%28.80
%17.28
%53.93

CMYK Percentages of Color #6e42ce

%47
%68
%0
%19

Triadic Colors of #6e42ce

#6e42ce #ce6e42 #42ce6e

Analogous Colors of #6e42ce

#6e42ce #b442ce #425cce

Monochromatic Colors of #6e42ce

#6e42ce

Complementary Color

#6e42ce #a2ce42

#6e42ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e42ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e42ce Color CSS Codes

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

#6e42ce Text Font Color

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

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


#6e42ce Background Color

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

This div background color is #6e42ce


#6e42ce Border Color

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

This div border color is #6e42ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e42ce


Comments

No comments written yet.

Please login to write comment.