Color Hex Logo

#880dee Color Hex

#880DEE
(136,13,238)
0 Favorites   0 Comments

Color spaces of #880dee

RGB 13613238
HSL0.760.900.49
HSV273°95°93°
CMYK 0.430.950.00   0.07
XYZ25.729911.695181.7902
Yxy11.69510.21580.0981
Hunter Lab34.198174.4528-117.8628
CIE-Lab40.727478.9326-84.0011

#880dee color RGB value is (136,13,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001101 11101110
Octal 210 15 356
Decimal 136 13 238
Hex 88 D EE

RGB Percentages of Color #880dee

%35.14
%3.36
%61.50

CMYK Percentages of Color #880dee

%43
%95
%0
%7

Triadic Colors of #880dee

#880dee #ee880d #0dee88

Analogous Colors of #880dee

#880dee #ee0de4 #180dee

Monochromatic Colors of #880dee

#880dee

Complementary Color

#880dee #73ee0d

#880dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#880dee Color CSS Codes

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

#880dee Text Font Color

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

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


#880dee Background Color

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

This div background color is #880dee


#880dee Border Color

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

This div border color is #880dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880dee


Comments

No comments written yet.

Please login to write comment.