Color Hex Logo

#880fce Color Hex

#880FCE
(136,15,206)
0 Favorites   0 Comments

Color spaces of #880fce

RGB 13615206
HSL0.770.860.43
HSV278°93°81°
CMYK 0.340.930.00   0.19
XYZ21.464710.032159.1976
Yxy10.03210.23670.1106
Hunter Lab31.673565.5384-88.6413
CIE-Lab37.900072.1572-70.3033

#880fce color RGB value is (136,15,206).

#880fce hex color red value is 136, green value is 15 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #880fce hue: 0.77 , saturation: 0.86 and the lightness value of 880fce is 0.43.

The process color (four color CMYK) of #880fce color hex is 0.34, 0.93, 0.00, 0.19. Web safe color of #880fce is #9900cc. Color #880fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001111 11001110
Octal 210 17 316
Decimal 136 15 206
Hex 88 F CE

RGB Percentages of Color #880fce

%38.10
%4.20
%57.70

CMYK Percentages of Color #880fce

%34
%93
%0
%19

Triadic Colors of #880fce

#880fce #ce880f #0fce88

Analogous Colors of #880fce

#880fce #ce0fb5 #290fce

Monochromatic Colors of #880fce

#880fce

Complementary Color

#880fce #55ce0f

#880fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#880fce Color CSS Codes

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

#880fce Text Font Color

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

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


#880fce Background Color

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

This div background color is #880fce


#880fce Border Color

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

This div border color is #880fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880fce


Comments

No comments written yet.

Please login to write comment.