Color Hex Logo

#883cea Color Hex

#883CEA
(136,60,234)
0 Favorites   0 Comments

Color spaces of #883cea

RGB 13660234
HSL0.740.810.58
HSV266°74°92°
CMYK 0.420.740.00   0.08
XYZ26.620514.406579.2196
Yxy14.40650.22140.1198
Hunter Lab37.955958.7688-97.1779
CIE-Lab44.810365.0231-75.0365

#883cea color RGB value is (136,60,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111100 11101010
Octal 210 74 352
Decimal 136 60 234
Hex 88 3C EA

RGB Percentages of Color #883cea

%31.63
%13.95
%54.42

CMYK Percentages of Color #883cea

%42
%74
%0
%8

Triadic Colors of #883cea

#883cea #ea883c #3cea88

Analogous Colors of #883cea

#883cea #df3cea #3c47ea

Monochromatic Colors of #883cea

#883cea

Complementary Color

#883cea #9eea3c

#883cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#883cea Color CSS Codes

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

#883cea Text Font Color

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

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


#883cea Background Color

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

This div background color is #883cea


#883cea Border Color

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

This div border color is #883cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,60,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 #883cea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883cea


Comments

No comments written yet.

Please login to write comment.