Color Hex Logo

#6e2195 Color Hex

#6E2195
(110,33,149)
0 Favorites   0 Comments

Color spaces of #6e2195

RGB 11033149
HSL0.780.640.36
HSV280°78°58°
CMYK 0.260.780.00   0.42
XYZ12.39916.572629.0489
Yxy6.57260.25820.1369
Hunter Lab25.637141.4647-49.2344
CIE-Lab30.813451.8013-48.0390

#6e2195 color RGB value is (110,33,149).

#6e2195 hex color red value is 110, green value is 33 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #6e2195 hue: 0.78 , saturation: 0.64 and the lightness value of 6e2195 is 0.36.

The process color (four color CMYK) of #6e2195 color hex is 0.26, 0.78, 0.00, 0.42. Web safe color of #6e2195 is #663399. Color #6e2195 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00100001 10010101
Octal 156 41 225
Decimal 110 33 149
Hex 6E 21 95

RGB Percentages of Color #6e2195

%37.67
%11.30
%51.03

CMYK Percentages of Color #6e2195

%26
%78
%0
%42

Triadic Colors of #6e2195

#6e2195 #956e21 #21956e

Analogous Colors of #6e2195

#6e2195 #952182 #342195

Monochromatic Colors of #6e2195

#6e2195

Complementary Color

#6e2195 #489521

#6e2195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e2195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e2195 Color CSS Codes

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

#6e2195 Text Font Color

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

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


#6e2195 Background Color

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

This div background color is #6e2195


#6e2195 Border Color

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

This div border color is #6e2195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e2195


Comments

No comments written yet.

Please login to write comment.