Color Hex Logo

#882bff Color Hex

#882BFF
(136,43,255)
0 Favorites   0 Comments

Color spaces of #882bff

RGB 13643255
HSL0.741.000.58
HSV266°83°100°
CMYK 0.470.830.00   0.00
XYZ29.067214.182095.8131
Yxy14.18200.20900.1020
Hunter Lab37.659071.8725-124.4860
CIE-Lab44.492876.1219-87.3562

#882bff color RGB value is (136,43,255).

#882bff hex color red value is 136, green value is 43 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #882bff hue: 0.74 , saturation: 1.00 and the lightness value of 882bff is 0.58.

The process color (four color CMYK) of #882bff color hex is 0.47, 0.83, 0.00, 0.00. Web safe color of #882bff is #9933ff. Color #882bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101011 11111111
Octal 210 53 377
Decimal 136 43 255
Hex 88 2B FF

RGB Percentages of Color #882bff

%31.34
%9.91
%58.76

CMYK Percentages of Color #882bff

%47
%83
%0
%0

Triadic Colors of #882bff

#882bff #ff882b #2bff88

Analogous Colors of #882bff

#882bff #f22bff #2b38ff

Monochromatic Colors of #882bff

#882bff

Complementary Color

#882bff #a2ff2b

#882bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#882bff Color CSS Codes

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

#882bff Text Font Color

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

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


#882bff Background Color

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

This div background color is #882bff


#882bff Border Color

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

This div border color is #882bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882bff


Comments

No comments written yet.

Please login to write comment.