Color Hex Logo

#8c5ebf Color Hex

#8C5EBF
(140,94,191)
0 Favorites   0 Comments

Color spaces of #8c5ebf

RGB 14094191
HSL0.750.430.56
HSV268°51°75°
CMYK 0.270.510.00   0.25
XYZ24.221917.342451.3610
Yxy17.34240.26070.1866
Hunter Lab41.644230.9452-43.9731
CIE-Lab48.688638.1703-44.1557

#8c5ebf color RGB value is (140,94,191).

#8c5ebf hex color red value is 140, green value is 94 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8c5ebf hue: 0.75 , saturation: 0.43 and the lightness value of 8c5ebf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01011110 10111111
Octal 214 136 277
Decimal 140 94 191
Hex 8C 5E BF

RGB Percentages of Color #8c5ebf

%32.94
%22.12
%44.94

CMYK Percentages of Color #8c5ebf

%27
%51
%0
%25

Triadic Colors of #8c5ebf

#8c5ebf #bf8c5e #5ebf8c

Analogous Colors of #8c5ebf

#8c5ebf #bd5ebf #5e61bf

Monochromatic Colors of #8c5ebf

#8c5ebf

Complementary Color

#8c5ebf #91bf5e

#8c5ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c5ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c5ebf Color CSS Codes

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

#8c5ebf Text Font Color

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

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


#8c5ebf Background Color

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

This div background color is #8c5ebf


#8c5ebf Border Color

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

This div border color is #8c5ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c5ebf


Comments

No comments written yet.

Please login to write comment.