Color Hex Logo

#880dae Color Hex

#880DAE
(136,13,174)
0 Favorites   0 Comments

Color spaces of #880dae

RGB 13613174
HSL0.790.860.37
HSV286°93°68°
CMYK 0.220.930.00   0.32
XYZ17.93728.578140.7547
Yxy8.57810.26660.1275
Hunter Lab29.288458.0647-62.0000
CIE-Lab35.159066.2848-55.9298

#880dae color RGB value is (136,13,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001101 10101110
Octal 210 15 256
Decimal 136 13 174
Hex 88 D AE

RGB Percentages of Color #880dae

%42.11
%4.02
%53.87

CMYK Percentages of Color #880dae

%22
%93
%0
%32

Triadic Colors of #880dae

#880dae #ae880d #0dae88

Analogous Colors of #880dae

#880dae #ae0d84 #380dae

Monochromatic Colors of #880dae

#880dae

Complementary Color

#880dae #33ae0d

#880dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#880dae Color CSS Codes

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

#880dae Text Font Color

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

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


#880dae Background Color

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

This div background color is #880dae


#880dae Border Color

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

This div border color is #880dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880dae


Comments

No comments written yet.

Please login to write comment.