Color Hex Logo

#8b0ccb Color Hex

#8B0CCB
(139,12,203)
0 Favorites   0 Comments

Color spaces of #8b0ccb

RGB 13912203
HSL0.780.890.42
HSV280°94°80°
CMYK 0.320.940.00   0.20
XYZ21.558410.063757.3061
Yxy10.06370.24240.1132
Hunter Lab31.723365.7884-84.8971
CIE-Lab37.956572.3559-68.4484

#8b0ccb color RGB value is (139,12,203).

#8b0ccb hex color red value is 139, green value is 12 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8b0ccb hue: 0.78 , saturation: 0.89 and the lightness value of 8b0ccb is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 00001100 11001011
Octal 213 14 313
Decimal 139 12 203
Hex 8B C CB

RGB Percentages of Color #8b0ccb

%39.27
%3.39
%57.34

CMYK Percentages of Color #8b0ccb

%32
%94
%0
%20

Triadic Colors of #8b0ccb

#8b0ccb #cb8b0c #0ccb8b

Analogous Colors of #8b0ccb

#8b0ccb #cb0cac #2b0ccb

Monochromatic Colors of #8b0ccb

#8b0ccb

Complementary Color

#8b0ccb #4ccb0c

#8b0ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b0ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b0ccb Color CSS Codes

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

#8b0ccb Text Font Color

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

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


#8b0ccb Background Color

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

This div background color is #8b0ccb


#8b0ccb Border Color

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

This div border color is #8b0ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b0ccb


Comments

No comments written yet.

Please login to write comment.