Color Hex Logo

#883bea Color Hex

#883BEA
(136,59,234)
0 Favorites   0 Comments

Color spaces of #883bea

RGB 13659234
HSL0.740.810.57
HSV266°75°92°
CMYK 0.420.750.00   0.08
XYZ26.568614.302779.2023
Yxy14.30270.22130.1191
Hunter Lab37.818959.2170-97.6949
CIE-Lab44.663965.4414-75.2758

#883bea color RGB value is (136,59,234).

#883bea hex color red value is 136, green value is 59 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #883bea hue: 0.74 , saturation: 0.81 and the lightness value of 883bea is 0.57.

The process color (four color CMYK) of #883bea color hex is 0.42, 0.75, 0.00, 0.08. Web safe color of #883bea is #9933ff. Color #883bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111011 11101010
Octal 210 73 352
Decimal 136 59 234
Hex 88 3B EA

RGB Percentages of Color #883bea

%31.70
%13.75
%54.55

CMYK Percentages of Color #883bea

%42
%75
%0
%8

Triadic Colors of #883bea

#883bea #ea883b #3bea88

Analogous Colors of #883bea

#883bea #e03bea #3b46ea

Monochromatic Colors of #883bea

#883bea

Complementary Color

#883bea #9dea3b

#883bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#883bea Color CSS Codes

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

#883bea Text Font Color

<p style="color:#883bea">Text here</p>

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


#883bea Background Color

<div style="background-color:#883bea">
Div content here</div>

This div background color is #883bea


#883bea Border Color

<div style="border:3px solid #883bea">
Div here</div>

This div border color is #883bea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,59,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #883bea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #883bea;
  -webkit-box-shadow: 1px 1px 3px 2px #883bea;
  box-shadow:         1px 1px 3px 2px #883bea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883bea


Comments

No comments written yet.

Please login to write comment.