Color Hex Logo

#8a538e Color Hex

#8A538E
(138,83,142)
0 Favorites   0 Comments

Color spaces of #8a538e

RGB 13883142
HSL0.820.260.44
HSV296°42°56°
CMYK 0.030.420.00   0.44
XYZ18.457013.542827.2324
Yxy13.54280.31160.2286
Hunter Lab36.800525.1242-18.1142
CIE-Lab43.570032.7744-23.3032

#8a538e color RGB value is (138,83,142).

#8a538e hex color red value is 138, green value is 83 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #8a538e hue: 0.82 , saturation: 0.26 and the lightness value of 8a538e is 0.44.

The process color (four color CMYK) of #8a538e color hex is 0.03, 0.42, 0.00, 0.44. Web safe color of #8a538e is #996699. Color #8a538e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01010011 10001110
Octal 212 123 216
Decimal 138 83 142
Hex 8A 53 8E

RGB Percentages of Color #8a538e

%38.02
%22.87
%39.12

CMYK Percentages of Color #8a538e

%3
%42
%0
%44

Triadic Colors of #8a538e

#8a538e #8e8a53 #538e8a

Analogous Colors of #8a538e

#8a538e #8e5375 #6d538e

Monochromatic Colors of #8a538e

#8a538e

Complementary Color

#8a538e #578e53

#8a538e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a538e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a538e Color CSS Codes

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

#8a538e Text Font Color

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

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


#8a538e Background Color

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

This div background color is #8a538e


#8a538e Border Color

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

This div border color is #8a538e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a538e


Comments

No comments written yet.

Please login to write comment.