Color Hex Logo

#8b4ecb Color Hex

#8B4ECB
(139,78,203)
0 Favorites   0 Comments

Color spaces of #8b4ecb

RGB 13978203
HSL0.750.550.55
HSV269°62°80°
CMYK 0.320.620.00   0.20
XYZ24.151315.249558.1705
Yxy15.24950.24750.1563
Hunter Lab39.050642.0568-60.9840
CIE-Lab45.974049.5627-55.4329

#8b4ecb color RGB value is (139,78,203).

#8b4ecb hex color red value is 139, green value is 78 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8b4ecb hue: 0.75 , saturation: 0.55 and the lightness value of 8b4ecb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 01001110 11001011
Octal 213 116 313
Decimal 139 78 203
Hex 8B 4E CB

RGB Percentages of Color #8b4ecb

%33.10
%18.57
%48.33

CMYK Percentages of Color #8b4ecb

%32
%62
%0
%20

Triadic Colors of #8b4ecb

#8b4ecb #cb8b4e #4ecb8b

Analogous Colors of #8b4ecb

#8b4ecb #ca4ecb #4e50cb

Monochromatic Colors of #8b4ecb

#8b4ecb

Complementary Color

#8b4ecb #8ecb4e

#8b4ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b4ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b4ecb Color CSS Codes

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

#8b4ecb Text Font Color

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

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


#8b4ecb Background Color

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

This div background color is #8b4ecb


#8b4ecb Border Color

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

This div border color is #8b4ecb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,78,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b4ecb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b4ecb;
  -webkit-box-shadow: 1px 1px 3px 2px #8b4ecb;
  box-shadow:         1px 1px 3px 2px #8b4ecb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,78,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b4ecb


Comments

No comments written yet.

Please login to write comment.