Color Hex Logo

#8c5bcc Color Hex

#8C5BCC
(140,91,204)
0 Favorites   0 Comments

Color spaces of #8c5bcc

RGB 14091204
HSL0.740.530.58
HSV266°55°80°
CMYK 0.310.550.00   0.20
XYZ25.455417.417359.1470
Yxy17.41730.24950.1707
Hunter Lab41.734035.8403-54.8141
CIE-Lab48.781643.0617-51.4954

#8c5bcc color RGB value is (140,91,204).

#8c5bcc hex color red value is 140, green value is 91 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8c5bcc hue: 0.74 , saturation: 0.53 and the lightness value of 8c5bcc is 0.58.

The process color (four color CMYK) of #8c5bcc color hex is 0.31, 0.55, 0.00, 0.20. Web safe color of #8c5bcc is #9966cc. Color #8c5bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01011011 11001100
Octal 214 133 314
Decimal 140 91 204
Hex 8C 5B CC

RGB Percentages of Color #8c5bcc

%32.18
%20.92
%46.90

CMYK Percentages of Color #8c5bcc

%31
%55
%0
%20

Triadic Colors of #8c5bcc

#8c5bcc #cc8c5b #5bcc8c

Analogous Colors of #8c5bcc

#8c5bcc #c55bcc #5b63cc

Monochromatic Colors of #8c5bcc

#8c5bcc

Complementary Color

#8c5bcc #9bcc5b

#8c5bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c5bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c5bcc Color CSS Codes

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

#8c5bcc Text Font Color

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

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


#8c5bcc Background Color

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

This div background color is #8c5bcc


#8c5bcc Border Color

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

This div border color is #8c5bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c5bcc


Comments

No comments written yet.

Please login to write comment.