Color Hex Logo

#8f5cbe Color Hex

#8F5CBE
(143,92,190)
0 Favorites   0 Comments

Color spaces of #8f5cbe

RGB 14392190
HSL0.750.430.55
HSV271°52°75°
CMYK 0.250.520.00   0.25
XYZ24.449117.211650.7488
Yxy17.21160.26460.1863
Hunter Lab41.486932.5919-43.4857
CIE-Lab48.525639.8612-43.8158

#8f5cbe color RGB value is (143,92,190).

#8f5cbe hex color red value is 143, green value is 92 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8f5cbe hue: 0.75 , saturation: 0.43 and the lightness value of 8f5cbe is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 01011100 10111110
Octal 217 134 276
Decimal 143 92 190
Hex 8F 5C BE

RGB Percentages of Color #8f5cbe

%33.65
%21.65
%44.71

CMYK Percentages of Color #8f5cbe

%25
%52
%0
%25

Triadic Colors of #8f5cbe

#8f5cbe #be8f5c #5cbe8f

Analogous Colors of #8f5cbe

#8f5cbe #be5cbc #5e5cbe

Monochromatic Colors of #8f5cbe

#8f5cbe

Complementary Color

#8f5cbe #8bbe5c

#8f5cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f5cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f5cbe Color CSS Codes

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

#8f5cbe Text Font Color

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

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


#8f5cbe Background Color

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

This div background color is #8f5cbe


#8f5cbe Border Color

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

This div border color is #8f5cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,92,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 #8f5cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f5cbe


Comments

No comments written yet.

Please login to write comment.