Color Hex Logo

#8c51bb Color Hex

#8C51BB
(140,81,187)
0 Favorites   0 Comments

Color spaces of #8c51bb

RGB 14081187
HSL0.760.440.53
HSV273°57°73°
CMYK 0.250.570.00   0.27
XYZ22.727315.048248.7204
Yxy15.04820.26280.1740
Hunter Lab38.792036.6928-47.3102
CIE-Lab45.700144.3926-46.5930

#8c51bb color RGB value is (140,81,187).

#8c51bb hex color red value is 140, green value is 81 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8c51bb hue: 0.76 , saturation: 0.44 and the lightness value of 8c51bb is 0.53.

The process color (four color CMYK) of #8c51bb color hex is 0.25, 0.57, 0.00, 0.27. Web safe color of #8c51bb is #9966cc. Color #8c51bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01010001 10111011
Octal 214 121 273
Decimal 140 81 187
Hex 8C 51 BB

RGB Percentages of Color #8c51bb

%34.31
%19.85
%45.83

CMYK Percentages of Color #8c51bb

%25
%57
%0
%27

Triadic Colors of #8c51bb

#8c51bb #bb8c51 #51bb8c

Analogous Colors of #8c51bb

#8c51bb #bb51b5 #5751bb

Monochromatic Colors of #8c51bb

#8c51bb

Complementary Color

#8c51bb #80bb51

#8c51bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c51bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c51bb Color CSS Codes

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

#8c51bb Text Font Color

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

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


#8c51bb Background Color

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

This div background color is #8c51bb


#8c51bb Border Color

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

This div border color is #8c51bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c51bb


Comments

No comments written yet.

Please login to write comment.