Color Hex Logo

#8c5bb8 Color Hex

#8C5BB8
(140,91,184)
0 Favorites   0 Comments

Color spaces of #8c5bb8

RGB 14091184
HSL0.750.400.54
HSV272°51°72°
CMYK 0.240.510.00   0.28
XYZ23.208016.518347.3126
Yxy16.51830.26660.1898
Hunter Lab40.642730.8032-40.5702
CIE-Lab47.647338.1725-41.7481

#8c5bb8 color RGB value is (140,91,184).

#8c5bb8 hex color red value is 140, green value is 91 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #8c5bb8 hue: 0.75 , saturation: 0.40 and the lightness value of 8c5bb8 is 0.54.

The process color (four color CMYK) of #8c5bb8 color hex is 0.24, 0.51, 0.00, 0.28. Web safe color of #8c5bb8 is #9966cc. Color #8c5bb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01011011 10111000
Octal 214 133 270
Decimal 140 91 184
Hex 8C 5B B8

RGB Percentages of Color #8c5bb8

%33.73
%21.93
%44.34

CMYK Percentages of Color #8c5bb8

%24
%51
%0
%28

Triadic Colors of #8c5bb8

#8c5bb8 #b88c5b #5bb88c

Analogous Colors of #8c5bb8

#8c5bb8 #b85bb6 #5e5bb8

Monochromatic Colors of #8c5bb8

#8c5bb8

Complementary Color

#8c5bb8 #87b85b

#8c5bb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c5bb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c5bb8 Color CSS Codes

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

#8c5bb8 Text Font Color

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

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


#8c5bb8 Background Color

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

This div background color is #8c5bb8


#8c5bb8 Border Color

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

This div border color is #8c5bb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c5bb8


Comments

No comments written yet.

Please login to write comment.