Color Hex Logo

#8c599c Color Hex

#8C599C
(140,89,156)
0 Favorites   0 Comments

Color spaces of #8c599c

RGB 14089156
HSL0.790.270.48
HSV286°43°61°
CMYK 0.100.430.00   0.39
XYZ20.388315.120533.2965
Yxy15.12050.29630.2198
Hunter Lab38.885125.5425-23.5492
CIE-Lab45.798832.9333-28.1944

#8c599c color RGB value is (140,89,156).

#8c599c hex color red value is 140, green value is 89 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #8c599c hue: 0.79 , saturation: 0.27 and the lightness value of 8c599c is 0.48.

The process color (four color CMYK) of #8c599c color hex is 0.10, 0.43, 0.00, 0.39. Web safe color of #8c599c is #996699. Color #8c599c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01011001 10011100
Octal 214 131 234
Decimal 140 89 156
Hex 8C 59 9C

RGB Percentages of Color #8c599c

%36.36
%23.12
%40.52

CMYK Percentages of Color #8c599c

%10
%43
%0
%39

Triadic Colors of #8c599c

#8c599c #9c8c59 #599c8c

Analogous Colors of #8c599c

#8c599c #9c598b #6b599c

Monochromatic Colors of #8c599c

#8c599c

Complementary Color

#8c599c #699c59

#8c599c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c599c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c599c Color CSS Codes

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

#8c599c Text Font Color

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

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


#8c599c Background Color

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

This div background color is #8c599c


#8c599c Border Color

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

This div border color is #8c599c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c599c


Comments

No comments written yet.

Please login to write comment.