Color Hex Logo

#880cdd Color Hex

#880CDD
(136,12,221)
0 Favorites   0 Comments

Color spaces of #880cdd

RGB 13612221
HSL0.770.900.46
HSV276°95°87°
CMYK 0.380.950.00   0.13
XYZ23.336010.717669.2454
Yxy10.71760.22590.1038
Hunter Lab32.737769.9467-102.4911
CIE-Lab39.100775.5847-76.9903

#880cdd color RGB value is (136,12,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001100 11011101
Octal 210 14 335
Decimal 136 12 221
Hex 88 C DD

RGB Percentages of Color #880cdd

%36.86
%3.25
%59.89

CMYK Percentages of Color #880cdd

%38
%95
%0
%13

Triadic Colors of #880cdd

#880cdd #dd880c #0cdd88

Analogous Colors of #880cdd

#880cdd #dd0cca #1f0cdd

Monochromatic Colors of #880cdd

#880cdd

Complementary Color

#880cdd #61dd0c

#880cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#880cdd Color CSS Codes

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

#880cdd Text Font Color

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

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


#880cdd Background Color

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

This div background color is #880cdd


#880cdd Border Color

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

This div border color is #880cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880cdd


Comments

No comments written yet.

Please login to write comment.