Color Hex Logo

#882bdb Color Hex

#882BDB
(136,43,219)
0 Favorites   0 Comments

Color spaces of #882bdb

RGB 13643219
HSL0.750.710.51
HSV272°80°86°
CMYK 0.380.800.00   0.14
XYZ23.803412.076568.0942
Yxy12.07650.22890.1161
Hunter Lab34.751361.4516-91.8514
CIE-Lab41.337468.0200-72.1754

#882bdb color RGB value is (136,43,219).

#882bdb hex color red value is 136, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #882bdb hue: 0.75 , saturation: 0.71 and the lightness value of 882bdb is 0.51.

The process color (four color CMYK) of #882bdb color hex is 0.38, 0.80, 0.00, 0.14. Web safe color of #882bdb is #9933cc. Color #882bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101011 11011011
Octal 210 53 333
Decimal 136 43 219
Hex 88 2B DB

RGB Percentages of Color #882bdb

%34.17
%10.80
%55.03

CMYK Percentages of Color #882bdb

%38
%80
%0
%14

Triadic Colors of #882bdb

#882bdb #db882b #2bdb88

Analogous Colors of #882bdb

#882bdb #db2bd6 #302bdb

Monochromatic Colors of #882bdb

#882bdb

Complementary Color

#882bdb #7edb2b

#882bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#882bdb Color CSS Codes

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

#882bdb Text Font Color

<p style="color:#882bdb">Text here</p>

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


#882bdb Background Color

<div style="background-color:#882bdb">
Div content here</div>

This div background color is #882bdb


#882bdb Border Color

<div style="border:3px solid #882bdb">
Div here</div>

This div border color is #882bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882bdb


Comments

No comments written yet.

Please login to write comment.