Color Hex Logo

#8c54be Color Hex

#8C54BE
(140,84,190)
0 Favorites   0 Comments

Color spaces of #8c54be

RGB 14084190
HSL0.750.450.54
HSV272°56°75°
CMYK 0.260.560.00   0.25
XYZ23.279815.633850.5058
Yxy15.63380.26030.1748
Hunter Lab39.539635.9015-48.0562
CIE-Lab46.490343.4813-47.0769

#8c54be color RGB value is (140,84,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01010100 10111110
Octal 214 124 276
Decimal 140 84 190
Hex 8C 54 BE

RGB Percentages of Color #8c54be

%33.82
%20.29
%45.89

CMYK Percentages of Color #8c54be

%26
%56
%0
%25

Triadic Colors of #8c54be

#8c54be #be8c54 #54be8c

Analogous Colors of #8c54be

#8c54be #be54bb #5754be

Monochromatic Colors of #8c54be

#8c54be

Complementary Color

#8c54be #86be54

#8c54be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c54be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c54be Color CSS Codes

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

#8c54be Text Font Color

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

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


#8c54be Background Color

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

This div background color is #8c54be


#8c54be Border Color

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

This div border color is #8c54be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c54be


Comments

No comments written yet.

Please login to write comment.