Color Hex Logo

#6e427b Color Hex

#6E427B
(110,66,123)
0 Favorites   0 Comments

Color spaces of #6e427b

RGB 11066123
HSL0.800.300.37
HSV286°46°48°
CMYK 0.110.460.00   0.52
XYZ11.95388.641519.7768
Yxy8.64150.29610.2140
Hunter Lab29.396421.1417-19.3106
CIE-Lab35.284729.4558-24.8430

#6e427b color RGB value is (110,66,123).

#6e427b hex color red value is 110, green value is 66 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #6e427b hue: 0.80 , saturation: 0.30 and the lightness value of 6e427b is 0.37.

The process color (four color CMYK) of #6e427b color hex is 0.11, 0.46, 0.00, 0.52. Web safe color of #6e427b is #663366. Color #6e427b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01000010 01111011
Octal 156 102 173
Decimal 110 66 123
Hex 6E 42 7B

RGB Percentages of Color #6e427b

%36.79
%22.07
%41.14

CMYK Percentages of Color #6e427b

%11
%46
%0
%52

Triadic Colors of #6e427b

#6e427b #7b6e42 #427b6e

Analogous Colors of #6e427b

#6e427b #7b426c #52427b

Monochromatic Colors of #6e427b

#6e427b

Complementary Color

#6e427b #4f7b42

#6e427b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e427b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e427b Color CSS Codes

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

#6e427b Text Font Color

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

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


#6e427b Background Color

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

This div background color is #6e427b


#6e427b Border Color

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

This div border color is #6e427b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e427b


Comments

No comments written yet.

Please login to write comment.