Color Hex Logo

#881ded Color Hex

#881DED
(136,29,237)
0 Favorites   0 Comments

Color spaces of #881ded

RGB 13629237
HSL0.750.850.52
HSV271°88°93°
CMYK 0.430.880.00   0.07
XYZ25.878812.227481.1169
Yxy12.22740.21710.1026
Hunter Lab34.967770.9103-113.0616
CIE-Lab41.575375.9005-82.0389

#881ded color RGB value is (136,29,237).

#881ded hex color red value is 136, green value is 29 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #881ded hue: 0.75 , saturation: 0.85 and the lightness value of 881ded is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011101 11101101
Octal 210 35 355
Decimal 136 29 237
Hex 88 1D ED

RGB Percentages of Color #881ded

%33.83
%7.21
%58.96

CMYK Percentages of Color #881ded

%43
%88
%0
%7

Triadic Colors of #881ded

#881ded #ed881d #1ded88

Analogous Colors of #881ded

#881ded #ed1dea #201ded

Monochromatic Colors of #881ded

#881ded

Complementary Color

#881ded #82ed1d

#881ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#881ded Color CSS Codes

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

#881ded Text Font Color

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

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


#881ded Background Color

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

This div background color is #881ded


#881ded Border Color

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

This div border color is #881ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881ded


Comments

No comments written yet.

Please login to write comment.