Color Hex Logo

#8a3759 Color Hex

#8A3759
(138,55,89)
0 Favorites   0 Comments

Color spaces of #8a3759

RGB 1385589
HSL0.930.430.38
HSV335°60°54°
CMYK 0.000.600.36   0.46
XYZ13.65068.856910.4413
Yxy8.85690.41430.2688
Hunter Lab29.760529.79360.0309
CIE-Lab35.707338.9668-2.3931

#8a3759 color RGB value is (138,55,89).

#8a3759 hex color red value is 138, green value is 55 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #8a3759 hue: 0.93 , saturation: 0.43 and the lightness value of 8a3759 is 0.38.

The process color (four color CMYK) of #8a3759 color hex is 0.00, 0.60, 0.36, 0.46. Web safe color of #8a3759 is #993366. Color #8a3759 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00110111 01011001
Octal 212 67 131
Decimal 138 55 89
Hex 8A 37 59

RGB Percentages of Color #8a3759

%48.94
%19.50
%31.56

CMYK Percentages of Color #8a3759

%0
%60
%36
%46

Triadic Colors of #8a3759

#8a3759 #598a37 #37598a

Analogous Colors of #8a3759

#8a3759 #8a3f37 #8a3783

Monochromatic Colors of #8a3759

#8a3759

Complementary Color

#8a3759 #378a68

#8a3759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a3759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a3759 Color CSS Codes

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

#8a3759 Text Font Color

<p style="color:#8a3759">Text here</p>

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


#8a3759 Background Color

<div style="background-color:#8a3759">
Div content here</div>

This div background color is #8a3759


#8a3759 Border Color

<div style="border:3px solid #8a3759">
Div here</div>

This div border color is #8a3759


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,55,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a3759; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a3759;
  -webkit-box-shadow: 1px 1px 3px 2px #8a3759;
  box-shadow:         1px 1px 3px 2px #8a3759; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a3759


Comments

No comments written yet.

Please login to write comment.