Color Hex Logo

#6e329e Color Hex

#6E329E
(110,50,158)
0 Favorites   0 Comments

Color spaces of #6e329e

RGB 11050158
HSL0.760.520.41
HSV273°68°62°
CMYK 0.300.680.00   0.38
XYZ13.74268.064833.1801
Yxy8.06480.24990.1467
Hunter Lab28.398636.6819-49.3937
CIE-Lab34.117546.4064-48.1774

#6e329e color RGB value is (110,50,158).

#6e329e hex color red value is 110, green value is 50 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #6e329e hue: 0.76 , saturation: 0.52 and the lightness value of 6e329e is 0.41.

The process color (four color CMYK) of #6e329e color hex is 0.30, 0.68, 0.00, 0.38. Web safe color of #6e329e is #663399. Color #6e329e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00110010 10011110
Octal 156 62 236
Decimal 110 50 158
Hex 6E 32 9E

RGB Percentages of Color #6e329e

%34.59
%15.72
%49.69

CMYK Percentages of Color #6e329e

%30
%68
%0
%38

Triadic Colors of #6e329e

#6e329e #9e6e32 #329e6e

Analogous Colors of #6e329e

#6e329e #9e3298 #38329e

Monochromatic Colors of #6e329e

#6e329e

Complementary Color

#6e329e #629e32

#6e329e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e329e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e329e Color CSS Codes

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

#6e329e Text Font Color

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

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


#6e329e Background Color

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

This div background color is #6e329e


#6e329e Border Color

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

This div border color is #6e329e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e329e


Comments

No comments written yet.

Please login to write comment.