Color Hex Logo

#880bcb Color Hex

#880BCB
(136,11,203)
0 Favorites   0 Comments

Color spaces of #880bcb

RGB 13611203
HSL0.780.900.42
HSV279°95°80°
CMYK 0.330.950.00   0.20
XYZ21.05259.785457.2791
Yxy9.78540.23890.1111
Hunter Lab31.281665.3875-86.6675
CIE-Lab37.454572.1157-69.2886

#880bcb color RGB value is (136,11,203).

#880bcb hex color red value is 136, green value is 11 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #880bcb hue: 0.78 , saturation: 0.90 and the lightness value of 880bcb is 0.42.

The process color (four color CMYK) of #880bcb color hex is 0.33, 0.95, 0.00, 0.20. Web safe color of #880bcb is #9900cc. Color #880bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001011 11001011
Octal 210 13 313
Decimal 136 11 203
Hex 88 B CB

RGB Percentages of Color #880bcb

%38.86
%3.14
%58.00

CMYK Percentages of Color #880bcb

%33
%95
%0
%20

Triadic Colors of #880bcb

#880bcb #cb880b #0bcb88

Analogous Colors of #880bcb

#880bcb #cb0bae #280bcb

Monochromatic Colors of #880bcb

#880bcb

Complementary Color

#880bcb #4ecb0b

#880bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#880bcb Color CSS Codes

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

#880bcb Text Font Color

<p style="color:#880bcb">Text here</p>

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


#880bcb Background Color

<div style="background-color:#880bcb">
Div content here</div>

This div background color is #880bcb


#880bcb Border Color

<div style="border:3px solid #880bcb">
Div here</div>

This div border color is #880bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,11,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #880bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #880bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #880bcb;
  box-shadow:         1px 1px 3px 2px #880bcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,11,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 #880bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880bcb


Comments

No comments written yet.

Please login to write comment.