Color Hex Logo

#8851db Color Hex

#8851DB
(136,81,219)
0 Favorites   0 Comments

Color spaces of #8851db

RGB 13681219
HSL0.730.660.59
HSV264°63°86°
CMYK 0.380.630.00   0.14
XYZ25.882016.233668.7871
Yxy16.23360.23340.1464
Hunter Lab40.290944.1553-73.0198
CIE-Lab47.279551.3268-62.5086

#8851db color RGB value is (136,81,219).

#8851db hex color red value is 136, green value is 81 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8851db hue: 0.73 , saturation: 0.66 and the lightness value of 8851db is 0.59.

The process color (four color CMYK) of #8851db color hex is 0.38, 0.63, 0.00, 0.14. Web safe color of #8851db is #9966cc. Color #8851db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010001 11011011
Octal 210 121 333
Decimal 136 81 219
Hex 88 51 DB

RGB Percentages of Color #8851db

%31.19
%18.58
%50.23

CMYK Percentages of Color #8851db

%38
%63
%0
%14

Triadic Colors of #8851db

#8851db #db8851 #51db88

Analogous Colors of #8851db

#8851db #cd51db #515fdb

Monochromatic Colors of #8851db

#8851db

Complementary Color

#8851db #a4db51

#8851db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8851db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8851db Color CSS Codes

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

#8851db Text Font Color

<p style="color:#8851db">Text here</p>

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


#8851db Background Color

<div style="background-color:#8851db">
Div content here</div>

This div background color is #8851db


#8851db Border Color

<div style="border:3px solid #8851db">
Div here</div>

This div border color is #8851db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,81,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8851db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8851db;
  -webkit-box-shadow: 1px 1px 3px 2px #8851db;
  box-shadow:         1px 1px 3px 2px #8851db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8851db


Comments

No comments written yet.

Please login to write comment.