Color Hex Logo

#883ace Color Hex

#883ACE
(136,58,206)
0 Favorites   0 Comments

Color spaces of #883ace

RGB 13658206
HSL0.750.600.52
HSV272°72°81°
CMYK 0.340.720.00   0.19
XYZ22.807012.716659.6450
Yxy12.71660.23960.1336
Hunter Lab35.660351.7562-74.2054
CIE-Lab42.333159.2681-63.0702

#883ace color RGB value is (136,58,206).

#883ace hex color red value is 136, green value is 58 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #883ace hue: 0.75 , saturation: 0.60 and the lightness value of 883ace is 0.52.

The process color (four color CMYK) of #883ace color hex is 0.34, 0.72, 0.00, 0.19. Web safe color of #883ace is #9933cc. Color #883ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111010 11001110
Octal 210 72 316
Decimal 136 58 206
Hex 88 3A CE

RGB Percentages of Color #883ace

%34.00
%14.50
%51.50

CMYK Percentages of Color #883ace

%34
%72
%0
%19

Triadic Colors of #883ace

#883ace #ce883a #3ace88

Analogous Colors of #883ace

#883ace #ce3aca #3e3ace

Monochromatic Colors of #883ace

#883ace

Complementary Color

#883ace #80ce3a

#883ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#883ace Color CSS Codes

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

#883ace Text Font Color

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

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


#883ace Background Color

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

This div background color is #883ace


#883ace Border Color

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

This div border color is #883ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883ace


Comments

No comments written yet.

Please login to write comment.