Color Hex Logo

#880ace Color Hex

#880ACE
(136,10,206)
0 Favorites   0 Comments

Color spaces of #880ace

RGB 13610206
HSL0.770.910.42
HSV279°95°81°
CMYK 0.340.950.00   0.19
XYZ21.40259.907659.1768
Yxy9.90760.23650.1095
Hunter Lab31.476366.2884-89.4342
CIE-Lab37.676172.8279-70.6702

#880ace color RGB value is (136,10,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001010 11001110
Octal 210 12 316
Decimal 136 10 206
Hex 88 A CE

RGB Percentages of Color #880ace

%38.64
%2.84
%58.52

CMYK Percentages of Color #880ace

%34
%95
%0
%19

Triadic Colors of #880ace

#880ace #ce880a #0ace88

Analogous Colors of #880ace

#880ace #ce0ab2 #260ace

Monochromatic Colors of #880ace

#880ace

Complementary Color

#880ace #50ce0a

#880ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#880ace Color CSS Codes

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

#880ace Text Font Color

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

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


#880ace Background Color

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

This div background color is #880ace


#880ace Border Color

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

This div border color is #880ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880ace


Comments

No comments written yet.

Please login to write comment.