Color Hex Logo

#883aeb Color Hex

#883AEB
(136,58,235)
0 Favorites   0 Comments

Color spaces of #883aeb

RGB 13658235
HSL0.740.820.57
HSV266°75°92°
CMYK 0.420.750.00   0.08
XYZ26.661814.258579.9442
Yxy14.25850.22060.1180
Hunter Lab37.760459.9541-99.0931
CIE-Lab44.601466.0929-75.9435

#883aeb color RGB value is (136,58,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111010 11101011
Octal 210 72 353
Decimal 136 58 235
Hex 88 3A EB

RGB Percentages of Color #883aeb

%31.70
%13.52
%54.78

CMYK Percentages of Color #883aeb

%42
%75
%0
%8

Triadic Colors of #883aeb

#883aeb #eb883a #3aeb88

Analogous Colors of #883aeb

#883aeb #e13aeb #3a45eb

Monochromatic Colors of #883aeb

#883aeb

Complementary Color

#883aeb #9deb3a

#883aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#883aeb Color CSS Codes

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

#883aeb Text Font Color

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

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


#883aeb Background Color

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

This div background color is #883aeb


#883aeb Border Color

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

This div border color is #883aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883aeb


Comments

No comments written yet.

Please login to write comment.