Color Hex Logo

#882bdc Color Hex

#882BDC
(136,43,220)
0 Favorites   0 Comments

Color spaces of #882bdc

RGB 13643220
HSL0.750.720.52
HSV272°80°86°
CMYK 0.380.800.00   0.14
XYZ23.935512.129368.7898
Yxy12.12930.22830.1157
Hunter Lab34.827161.7294-92.7293
CIE-Lab41.420968.2423-72.6119

#882bdc color RGB value is (136,43,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101011 11011100
Octal 210 53 334
Decimal 136 43 220
Hex 88 2B DC

RGB Percentages of Color #882bdc

%34.09
%10.78
%55.14

CMYK Percentages of Color #882bdc

%38
%80
%0
%14

Triadic Colors of #882bdc

#882bdc #dc882b #2bdc88

Analogous Colors of #882bdc

#882bdc #dc2bd8 #2f2bdc

Monochromatic Colors of #882bdc

#882bdc

Complementary Color

#882bdc #7fdc2b

#882bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#882bdc Color CSS Codes

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

#882bdc Text Font Color

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

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


#882bdc Background Color

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

This div background color is #882bdc


#882bdc Border Color

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

This div border color is #882bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882bdc


Comments

No comments written yet.

Please login to write comment.