Color Hex Logo

#6e4965 Color Hex

#6E4965
(110,73,101)
0 Favorites   0 Comments

Color spaces of #6e4965

RGB 11073101
HSL0.870.200.36
HSV315°34°43°
CMYK 0.000.340.08   0.57
XYZ11.16199.019713.4646
Yxy9.01970.33170.2681
Hunter Lab30.032813.7833-5.5585
CIE-Lab36.022220.6182-9.9483

#6e4965 color RGB value is (110,73,101).

#6e4965 hex color red value is 110, green value is 73 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #6e4965 hue: 0.87 , saturation: 0.20 and the lightness value of 6e4965 is 0.36.

The process color (four color CMYK) of #6e4965 color hex is 0.00, 0.34, 0.08, 0.57. Web safe color of #6e4965 is #663366. Color #6e4965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01001001 01100101
Octal 156 111 145
Decimal 110 73 101
Hex 6E 49 65

RGB Percentages of Color #6e4965

%38.73
%25.70
%35.56

CMYK Percentages of Color #6e4965

%0
%34
%8
%57

Triadic Colors of #6e4965

#6e4965 #656e49 #49656e

Analogous Colors of #6e4965

#6e4965 #6e4953 #65496e

Monochromatic Colors of #6e4965

#6e4965

Complementary Color

#6e4965 #496e52

#6e4965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e4965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e4965 Color CSS Codes

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

#6e4965 Text Font Color

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

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


#6e4965 Background Color

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

This div background color is #6e4965


#6e4965 Border Color

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

This div border color is #6e4965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e4965


Comments

No comments written yet.

Please login to write comment.