Color Hex Logo

#882bed Color Hex

#882BED
(136,43,237)
0 Favorites   0 Comments

Color spaces of #882bed

RGB 13643237
HSL0.750.840.55
HSV269°82°93°
CMYK 0.430.820.00   0.07
XYZ26.303313.076481.2584
Yxy13.07640.21800.1084
Hunter Lab36.161366.5565-107.9182
CIE-Lab42.878172.0471-79.8980

#882bed color RGB value is (136,43,237).

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

The process color (four color CMYK) of #882bed color hex is 0.43, 0.82, 0.00, 0.07. Web safe color of #882bed is #9933ff. Color #882bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101011 11101101
Octal 210 53 355
Decimal 136 43 237
Hex 88 2B ED

RGB Percentages of Color #882bed

%32.69
%10.34
%56.97

CMYK Percentages of Color #882bed

%43
%82
%0
%7

Triadic Colors of #882bed

#882bed #ed882b #2bed88

Analogous Colors of #882bed

#882bed #e92bed #2b2fed

Monochromatic Colors of #882bed

#882bed

Complementary Color

#882bed #90ed2b

#882bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#882bed Color CSS Codes

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

#882bed Text Font Color

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

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


#882bed Background Color

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

This div background color is #882bed


#882bed Border Color

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

This div border color is #882bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882bed


Comments

No comments written yet.

Please login to write comment.