Color Hex Logo

#880cde Color Hex

#880CDE
(136,12,222)
0 Favorites   0 Comments

Color spaces of #880cde

RGB 13612222
HSL0.770.900.46
HSV275°95°87°
CMYK 0.390.950.00   0.13
XYZ23.469610.771169.9493
Yxy10.77110.22530.1034
Hunter Lab32.819470.2141-103.3938
CIE-Lab39.192275.7865-77.4133

#880cde color RGB value is (136,12,222).

#880cde hex color red value is 136, green value is 12 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #880cde hue: 0.77 , saturation: 0.90 and the lightness value of 880cde is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001100 11011110
Octal 210 14 336
Decimal 136 12 222
Hex 88 C DE

RGB Percentages of Color #880cde

%36.76
%3.24
%60.00

CMYK Percentages of Color #880cde

%39
%95
%0
%13

Triadic Colors of #880cde

#880cde #de880c #0cde88

Analogous Colors of #880cde

#880cde #de0ccb #1f0cde

Monochromatic Colors of #880cde

#880cde

Complementary Color

#880cde #62de0c

#880cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#880cde Color CSS Codes

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

#880cde Text Font Color

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

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


#880cde Background Color

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

This div background color is #880cde


#880cde Border Color

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

This div border color is #880cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880cde


Comments

No comments written yet.

Please login to write comment.