Color Hex Logo

#883aec Color Hex

#883AEC
(136,58,236)
0 Favorites   0 Comments

Color spaces of #883aec

RGB 13658236
HSL0.740.820.58
HSV266°75°93°
CMYK 0.420.750.00   0.07
XYZ26.806714.316580.7074
Yxy14.31650.22000.1175
Hunter Lab37.837260.2479-99.9808
CIE-Lab44.683566.3311-76.3744

#883aec color RGB value is (136,58,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111010 11101100
Octal 210 72 354
Decimal 136 58 236
Hex 88 3A EC

RGB Percentages of Color #883aec

%31.63
%13.49
%54.88

CMYK Percentages of Color #883aec

%42
%75
%0
%7

Triadic Colors of #883aec

#883aec #ec883a #3aec88

Analogous Colors of #883aec

#883aec #e13aec #3a45ec

Monochromatic Colors of #883aec

#883aec

Complementary Color

#883aec #9eec3a

#883aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#883aec Color CSS Codes

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

#883aec Text Font Color

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

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


#883aec Background Color

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

This div background color is #883aec


#883aec Border Color

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

This div border color is #883aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883aec


Comments

No comments written yet.

Please login to write comment.