Color Hex Logo

#6e255b Color Hex

#6E255B
(110,37,91)
0 Favorites   0 Comments

Color spaces of #6e255b

RGB 1103791
HSL0.880.500.29
HSV316°66°43°
CMYK 0.000.660.17   0.57
XYZ8.98035.393510.4653
Yxy5.39350.36150.2171
Hunter Lab23.223928.3811-10.4609
CIE-Lab27.827738.8180-16.0488

#6e255b color RGB value is (110,37,91).

#6e255b hex color red value is 110, green value is 37 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #6e255b hue: 0.88 , saturation: 0.50 and the lightness value of 6e255b is 0.29.

The process color (four color CMYK) of #6e255b color hex is 0.00, 0.66, 0.17, 0.57. Web safe color of #6e255b is #663366. Color #6e255b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00100101 01011011
Octal 156 45 133
Decimal 110 37 91
Hex 6E 25 5B

RGB Percentages of Color #6e255b

%46.22
%15.55
%38.24

CMYK Percentages of Color #6e255b

%0
%66
%17
%57

Triadic Colors of #6e255b

#6e255b #5b6e25 #255b6e

Analogous Colors of #6e255b

#6e255b #6e2537 #5d256e

Monochromatic Colors of #6e255b

#6e255b

Complementary Color

#6e255b #256e38

#6e255b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e255b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e255b Color CSS Codes

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

#6e255b Text Font Color

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

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


#6e255b Background Color

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

This div background color is #6e255b


#6e255b Border Color

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

This div border color is #6e255b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e255b


Comments

No comments written yet.

Please login to write comment.