Color Hex Logo

#8881d9 Color Hex

#8881D9
(136,129,217)
0 Favorites   0 Comments

Color spaces of #8881d9

RGB 136129217
HSL0.680.540.68
HSV245°41°85°
CMYK 0.370.410.00   0.15
XYZ30.528025.944569.0444
Yxy25.94450.24320.2067
Hunter Lab50.935717.8452-44.7137
CIE-Lab57.984323.5201-44.2657

#8881d9 color RGB value is (136,129,217).

#8881d9 hex color red value is 136, green value is 129 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #8881d9 hue: 0.68 , saturation: 0.54 and the lightness value of 8881d9 is 0.68.

The process color (four color CMYK) of #8881d9 color hex is 0.37, 0.41, 0.00, 0.15. Web safe color of #8881d9 is #9999cc. Color #8881d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000001 11011001
Octal 210 201 331
Decimal 136 129 217
Hex 88 81 D9

RGB Percentages of Color #8881d9

%28.22
%26.76
%45.02

CMYK Percentages of Color #8881d9

%37
%41
%0
%15

Triadic Colors of #8881d9

#8881d9 #d98881 #81d988

Analogous Colors of #8881d9

#8881d9 #b481d9 #81a6d9

Monochromatic Colors of #8881d9

#8881d9

Complementary Color

#8881d9 #d2d981

#8881d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8881d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8881d9 Color CSS Codes

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

#8881d9 Text Font Color

<p style="color:#8881d9">Text here</p>

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


#8881d9 Background Color

<div style="background-color:#8881d9">
Div content here</div>

This div background color is #8881d9


#8881d9 Border Color

<div style="border:3px solid #8881d9">
Div here</div>

This div border color is #8881d9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,129,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8881d9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8881d9;
  -webkit-box-shadow: 1px 1px 3px 2px #8881d9;
  box-shadow:         1px 1px 3px 2px #8881d9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8881d9


Comments

No comments written yet.

Please login to write comment.