Color Hex Logo

#880ece Color Hex

#880ECE
(136,14,206)
0 Favorites   0 Comments

Color spaces of #880ece

RGB 13614206
HSL0.770.870.43
HSV278°93°81°
CMYK 0.340.930.00   0.19
XYZ21.451010.004559.1930
Yxy10.00450.23660.1104
Hunter Lab31.629965.7042-88.8159
CIE-Lab37.850572.3057-70.3843

#880ece color RGB value is (136,14,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001110 11001110
Octal 210 16 316
Decimal 136 14 206
Hex 88 E CE

RGB Percentages of Color #880ece

%38.20
%3.93
%57.87

CMYK Percentages of Color #880ece

%34
%93
%0
%19

Triadic Colors of #880ece

#880ece #ce880e #0ece88

Analogous Colors of #880ece

#880ece #ce0eb4 #280ece

Monochromatic Colors of #880ece

#880ece

Complementary Color

#880ece #54ce0e

#880ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#880ece Color CSS Codes

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

#880ece Text Font Color

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

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


#880ece Background Color

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

This div background color is #880ece


#880ece Border Color

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

This div border color is #880ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880ece


Comments

No comments written yet.

Please login to write comment.