Color Hex Logo

#8c5b80 Color Hex

#8C5B80
(140,91,128)
0 Favorites   0 Comments

Color spaces of #8c5b80

RGB 14091128
HSL0.870.210.45
HSV315°35°55°
CMYK 0.000.350.09   0.45
XYZ18.452614.616122.2707
Yxy14.61610.33340.2641
Hunter Lab38.231019.2506-7.7765
CIE-Lab45.103826.1399-12.4873

#8c5b80 color RGB value is (140,91,128).

#8c5b80 hex color red value is 140, green value is 91 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #8c5b80 hue: 0.87 , saturation: 0.21 and the lightness value of 8c5b80 is 0.45.

The process color (four color CMYK) of #8c5b80 color hex is 0.00, 0.35, 0.09, 0.45. Web safe color of #8c5b80 is #996699. Color #8c5b80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01011011 10000000
Octal 214 133 200
Decimal 140 91 128
Hex 8C 5B 80

RGB Percentages of Color #8c5b80

%39.00
%25.35
%35.65

CMYK Percentages of Color #8c5b80

%0
%35
%9
%45

Triadic Colors of #8c5b80

#8c5b80 #808c5b #5b808c

Analogous Colors of #8c5b80

#8c5b80 #8c5b68 #805b8c

Monochromatic Colors of #8c5b80

#8c5b80

Complementary Color

#8c5b80 #5b8c67

#8c5b80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c5b80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c5b80 Color CSS Codes

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

#8c5b80 Text Font Color

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

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


#8c5b80 Background Color

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

This div background color is #8c5b80


#8c5b80 Border Color

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

This div border color is #8c5b80


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,91,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c5b80; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c5b80;
  -webkit-box-shadow: 1px 1px 3px 2px #8c5b80;
  box-shadow:         1px 1px 3px 2px #8c5b80; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,91,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c5b80


Comments

No comments written yet.

Please login to write comment.