color codes Logo

#8833db color codes

#8833DB
(136,51,219)
0 Favorites   0 Comments

Color spaces of #8833db

RGB 13651219
HSL0.750.700.53
HSV270°77°86°
CMYK 0.380.770.00   0.14
XYZ24.123412.716468.2009
Yxy12.71640.22970.1211
Hunter Lab35.660158.3470-88.4318
CIE-Lab42.332865.1358-70.5486

#8833db color RGB value is (136,51,219).

#8833db hex color red value is 136, green value is 51 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8833db hue: 0.75 , saturation: 0.70 and the lightness value of 8833db is 0.53.

The process color (four color CMYK) of #8833db color code is 0.38, 0.77, 0.00, 0.14. Web safe color of #8833db is #9933cc. Color #8833db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110011 11011011
Octal 210 63 333
Decimal 136 51 219
Hex 88 33 DB

RGB Percentages of Color #8833db

%33.50
%12.56
%53.94

CMYK Percentages of Color #8833db

%38
%77
%0
%14

Triadic Colors of #8833db

#8833db #db8833 #33db88

Analogous Colors of #8833db

#8833db #db33da #3433db

Monochromatic Colors of #8833db

#8833db

Complementary Color

#8833db #86db33

#8833db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8833db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8833db Color CSS Codes

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

#8833db Text Font Color

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

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


#8833db Background Color

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

This div background color is #8833db


#8833db Border Color

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

This div border color is #8833db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8833db


Comments

No comments written yet.

Please login to write comment.