Color Hex Logo

#880ded Color Hex

#880DED
(136,13,237)
0 Favorites   0 Comments

Color spaces of #880ded

RGB 13613237
HSL0.760.900.49
HSV273°95°93°
CMYK 0.430.950.00   0.07
XYZ25.583311.636581.0184
Yxy11.63650.21640.0984
Hunter Lab34.112374.1736-116.9380
CIE-Lab40.632578.7262-83.5911

#880ded color RGB value is (136,13,237).

#880ded hex color red value is 136, green value is 13 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #880ded hue: 0.76 , saturation: 0.90 and the lightness value of 880ded is 0.49.

The process color (four color CMYK) of #880ded color hex is 0.43, 0.95, 0.00, 0.07. Web safe color of #880ded is #9900ff. Color #880ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001101 11101101
Octal 210 15 355
Decimal 136 13 237
Hex 88 D ED

RGB Percentages of Color #880ded

%35.23
%3.37
%61.40

CMYK Percentages of Color #880ded

%43
%95
%0
%7

Triadic Colors of #880ded

#880ded #ed880d #0ded88

Analogous Colors of #880ded

#880ded #ed0de2 #180ded

Monochromatic Colors of #880ded

#880ded

Complementary Color

#880ded #72ed0d

#880ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#880ded Color CSS Codes

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

#880ded Text Font Color

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

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


#880ded Background Color

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

This div background color is #880ded


#880ded Border Color

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

This div border color is #880ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880ded


Comments

No comments written yet.

Please login to write comment.