Color Hex Logo

#8b2cbd Color Hex

#8B2CBD
(139,44,189)
0 Favorites   0 Comments

Color spaces of #8b2cbd

RGB 13944189
HSL0.780.620.46
HSV279°77°74°
CMYK 0.260.770.00   0.26
XYZ20.733510.964549.1677
Yxy10.96450.25640.1356
Hunter Lab33.112753.8205-64.8585
CIE-Lab39.520661.6742-57.7141

#8b2cbd color RGB value is (139,44,189).

#8b2cbd hex color red value is 139, green value is 44 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8b2cbd hue: 0.78 , saturation: 0.62 and the lightness value of 8b2cbd is 0.46.

The process color (four color CMYK) of #8b2cbd color hex is 0.26, 0.77, 0.00, 0.26. Web safe color of #8b2cbd is #9933cc. Color #8b2cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00101100 10111101
Octal 213 54 275
Decimal 139 44 189
Hex 8B 2C BD

RGB Percentages of Color #8b2cbd

%37.37
%11.83
%50.81

CMYK Percentages of Color #8b2cbd

%26
%77
%0
%26

Triadic Colors of #8b2cbd

#8b2cbd #bd8b2c #2cbd8b

Analogous Colors of #8b2cbd

#8b2cbd #bd2ca7 #422cbd

Monochromatic Colors of #8b2cbd

#8b2cbd

Complementary Color

#8b2cbd #5ebd2c

#8b2cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b2cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b2cbd Color CSS Codes

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

#8b2cbd Text Font Color

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

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


#8b2cbd Background Color

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

This div background color is #8b2cbd


#8b2cbd Border Color

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

This div border color is #8b2cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b2cbd


Comments

No comments written yet.

Please login to write comment.