Color Hex Logo

#6e023e Color Hex

#6E023E
(110,2,62)
0 Favorites   0 Comments

Color spaces of #6e023e

RGB 110262
HSL0.910.960.22
HSV327°98°43°
CMYK 0.000.980.44   0.57
XYZ7.32163.70624.8869
Yxy3.70620.46010.2329
Hunter Lab19.251534.1958-1.5744
CIE-Lab22.675446.0408-4.3941

#6e023e color RGB value is (110,2,62).

#6e023e hex color red value is 110, green value is 2 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #6e023e hue: 0.91 , saturation: 0.96 and the lightness value of 6e023e is 0.22.

The process color (four color CMYK) of #6e023e color hex is 0.00, 0.98, 0.44, 0.57. Web safe color of #6e023e is #660033. Color #6e023e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00000010 00111110
Octal 156 2 76
Decimal 110 2 62
Hex 6E 2 3E

RGB Percentages of Color #6e023e

%63.22
%1.15
%35.63

CMYK Percentages of Color #6e023e

%0
%98
%44
%57

Triadic Colors of #6e023e

#6e023e #3e6e02 #023e6e

Analogous Colors of #6e023e

#6e023e #6e0208 #68026e

Monochromatic Colors of #6e023e

#6e023e

Complementary Color

#6e023e #026e32

#6e023e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e023e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e023e Color CSS Codes

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

#6e023e Text Font Color

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

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


#6e023e Background Color

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

This div background color is #6e023e


#6e023e Border Color

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

This div border color is #6e023e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e023e


Comments

No comments written yet.

Please login to write comment.