Color Hex Logo

#6e2351 Color Hex

#6E2351
(110,35,81)
0 Favorites   0 Comments

Color spaces of #6e2351

RGB 1103581
HSL0.900.520.28
HSV323°68°43°
CMYK 0.000.680.26   0.57
XYZ8.51665.11118.3223
Yxy5.11110.38800.2329
Hunter Lab22.607727.6795-6.0003
CIE-Lab27.049038.1853-10.6548

#6e2351 color RGB value is (110,35,81).

#6e2351 hex color red value is 110, green value is 35 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #6e2351 hue: 0.90 , saturation: 0.52 and the lightness value of 6e2351 is 0.28.

The process color (four color CMYK) of #6e2351 color hex is 0.00, 0.68, 0.26, 0.57. Web safe color of #6e2351 is #663366. Color #6e2351 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00100011 01010001
Octal 156 43 121
Decimal 110 35 81
Hex 6E 23 51

RGB Percentages of Color #6e2351

%48.67
%15.49
%35.84

CMYK Percentages of Color #6e2351

%0
%68
%26
%57

Triadic Colors of #6e2351

#6e2351 #516e23 #23516e

Analogous Colors of #6e2351

#6e2351 #6e232b #66236e

Monochromatic Colors of #6e2351

#6e2351

Complementary Color

#6e2351 #236e40

#6e2351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e2351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e2351 Color CSS Codes

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

#6e2351 Text Font Color

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

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


#6e2351 Background Color

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

This div background color is #6e2351


#6e2351 Border Color

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

This div border color is #6e2351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e2351


Comments

No comments written yet.

Please login to write comment.