Color Hex Logo

#880fae Color Hex

#880FAE
(136,15,174)
0 Favorites   0 Comments

Color spaces of #880fae

RGB 13615174
HSL0.790.840.37
HSV286°91°68°
CMYK 0.220.910.00   0.32
XYZ17.96418.631940.7637
Yxy8.63190.26670.1281
Hunter Lab29.380157.7265-61.6964
CIE-Lab35.265765.9680-55.7564

#880fae color RGB value is (136,15,174).

#880fae hex color red value is 136, green value is 15 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #880fae hue: 0.79 , saturation: 0.84 and the lightness value of 880fae is 0.37.

The process color (four color CMYK) of #880fae color hex is 0.22, 0.91, 0.00, 0.32. Web safe color of #880fae is #990099. Color #880fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001111 10101110
Octal 210 17 256
Decimal 136 15 174
Hex 88 F AE

RGB Percentages of Color #880fae

%41.85
%4.62
%53.54

CMYK Percentages of Color #880fae

%22
%91
%0
%32

Triadic Colors of #880fae

#880fae #ae880f #0fae88

Analogous Colors of #880fae

#880fae #ae0f85 #390fae

Monochromatic Colors of #880fae

#880fae

Complementary Color

#880fae #35ae0f

#880fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#880fae Color CSS Codes

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

#880fae Text Font Color

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

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


#880fae Background Color

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

This div background color is #880fae


#880fae Border Color

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

This div border color is #880fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880fae


Comments

No comments written yet.

Please login to write comment.