Color Hex Logo

#880cfe Color Hex

#880CFE
(136,12,254)
0 Favorites   0 Comments

Color spaces of #880cfe

RGB 13612254
HSL0.750.990.52
HSV271°95°100°
CMYK 0.460.950.00   0.00
XYZ28.174212.652994.7232
Yxy12.65290.20790.0933
Hunter Lab35.570979.1331-132.9861
CIE-Lab42.235582.3660-90.5186

#880cfe color RGB value is (136,12,254).

#880cfe hex color red value is 136, green value is 12 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #880cfe hue: 0.75 , saturation: 0.99 and the lightness value of 880cfe is 0.52.

The process color (four color CMYK) of #880cfe color hex is 0.46, 0.95, 0.00, 0.00. Web safe color of #880cfe is #9900ff. Color #880cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001100 11111110
Octal 210 14 376
Decimal 136 12 254
Hex 88 C FE

RGB Percentages of Color #880cfe

%33.83
%2.99
%63.18

CMYK Percentages of Color #880cfe

%46
%95
%0
%0

Triadic Colors of #880cfe

#880cfe #fe880c #0cfe88

Analogous Colors of #880cfe

#880cfe #fe0cfb #0f0cfe

Monochromatic Colors of #880cfe

#880cfe

Complementary Color

#880cfe #82fe0c

#880cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#880cfe Color CSS Codes

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

#880cfe Text Font Color

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

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


#880cfe Background Color

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

This div background color is #880cfe


#880cfe Border Color

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

This div border color is #880cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880cfe


Comments

No comments written yet.

Please login to write comment.