Color Hex Logo

#880cbc Color Hex

#880CBC
(136,12,188)
0 Favorites   0 Comments

Color spaces of #880cbc

RGB 13612188
HSL0.780.880.39
HSV282°94°74°
CMYK 0.280.940.00   0.26
XYZ19.36199.128048.3184
Yxy9.12800.25210.1188
Hunter Lab30.212661.5207-73.6726
CIE-Lab36.229669.0706-62.4997

#880cbc color RGB value is (136,12,188).

#880cbc hex color red value is 136, green value is 12 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #880cbc hue: 0.78 , saturation: 0.88 and the lightness value of 880cbc is 0.39.

The process color (four color CMYK) of #880cbc color hex is 0.28, 0.94, 0.00, 0.26. Web safe color of #880cbc is #9900cc. Color #880cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001100 10111100
Octal 210 14 274
Decimal 136 12 188
Hex 88 C BC

RGB Percentages of Color #880cbc

%40.48
%3.57
%55.95

CMYK Percentages of Color #880cbc

%28
%94
%0
%26

Triadic Colors of #880cbc

#880cbc #bc880c #0cbc88

Analogous Colors of #880cbc

#880cbc #bc0c98 #300cbc

Monochromatic Colors of #880cbc

#880cbc

Complementary Color

#880cbc #40bc0c

#880cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#880cbc Color CSS Codes

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

#880cbc Text Font Color

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

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


#880cbc Background Color

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

This div background color is #880cbc


#880cbc Border Color

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

This div border color is #880cbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,12,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880cbc


Comments

No comments written yet.

Please login to write comment.