Color Hex Logo

#8850db Color Hex

#8850DB
(136,80,219)
0 Favorites   0 Comments

Color spaces of #8850db

RGB 13680219
HSL0.730.660.59
HSV264°63°86°
CMYK 0.380.630.00   0.14
XYZ25.808216.086068.7625
Yxy16.08600.23320.1454
Hunter Lab40.107444.6729-73.5752
CIE-Lab47.087151.8476-62.8199

#8850db color RGB value is (136,80,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010000 11011011
Octal 210 120 333
Decimal 136 80 219
Hex 88 50 DB

RGB Percentages of Color #8850db

%31.26
%18.39
%50.34

CMYK Percentages of Color #8850db

%38
%63
%0
%14

Triadic Colors of #8850db

#8850db #db8850 #50db88

Analogous Colors of #8850db

#8850db #ce50db #505ddb

Monochromatic Colors of #8850db

#8850db

Complementary Color

#8850db #a3db50

#8850db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8850db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8850db Color CSS Codes

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

#8850db Text Font Color

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

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


#8850db Background Color

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

This div background color is #8850db


#8850db Border Color

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

This div border color is #8850db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8850db


Comments

No comments written yet.

Please login to write comment.