Color Hex Logo

#6e308e Color Hex

#6E308E
(110,48,142)
0 Favorites   0 Comments

Color spaces of #6e308e

RGB 11048142
HSL0.780.490.37
HSV280°66°56°
CMYK 0.230.660.00   0.44
XYZ12.36987.381926.3641
Yxy7.38190.26820.1601
Hunter Lab27.169733.7206-38.5134
CIE-Lab32.661043.6378-40.7581

#6e308e color RGB value is (110,48,142).

#6e308e hex color red value is 110, green value is 48 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #6e308e hue: 0.78 , saturation: 0.49 and the lightness value of 6e308e is 0.37.

The process color (four color CMYK) of #6e308e color hex is 0.23, 0.66, 0.00, 0.44. Web safe color of #6e308e is #663399. Color #6e308e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00110000 10001110
Octal 156 60 216
Decimal 110 48 142
Hex 6E 30 8E

RGB Percentages of Color #6e308e

%36.67
%16.00
%47.33

CMYK Percentages of Color #6e308e

%23
%66
%0
%44

Triadic Colors of #6e308e

#6e308e #8e6e30 #308e6e

Analogous Colors of #6e308e

#6e308e #8e307f #3f308e

Monochromatic Colors of #6e308e

#6e308e

Complementary Color

#6e308e #508e30

#6e308e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e308e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e308e Color CSS Codes

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

#6e308e Text Font Color

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

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


#6e308e Background Color

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

This div background color is #6e308e


#6e308e Border Color

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

This div border color is #6e308e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e308e


Comments

No comments written yet.

Please login to write comment.