Color Hex Logo

#883eab Color Hex

#883EAB
(136,62,171)
0 Favorites   0 Comments

Color spaces of #883eab

RGB 13662171
HSL0.780.470.46
HSV281°64°67°
CMYK 0.200.640.00   0.33
XYZ19.226711.619839.7576
Yxy11.61980.27230.1646
Hunter Lab34.087841.0264-45.2901
CIE-Lab40.605449.5231-45.3543

#883eab color RGB value is (136,62,171).

#883eab hex color red value is 136, green value is 62 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #883eab hue: 0.78 , saturation: 0.47 and the lightness value of 883eab is 0.46.

The process color (four color CMYK) of #883eab color hex is 0.20, 0.64, 0.00, 0.33. Web safe color of #883eab is #993399. Color #883eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111110 10101011
Octal 210 76 253
Decimal 136 62 171
Hex 88 3E AB

RGB Percentages of Color #883eab

%36.86
%16.80
%46.34

CMYK Percentages of Color #883eab

%20
%64
%0
%33

Triadic Colors of #883eab

#883eab #ab883e #3eab88

Analogous Colors of #883eab

#883eab #ab3e98 #513eab

Monochromatic Colors of #883eab

#883eab

Complementary Color

#883eab #61ab3e

#883eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#883eab Color CSS Codes

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

#883eab Text Font Color

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

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


#883eab Background Color

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

This div background color is #883eab


#883eab Border Color

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

This div border color is #883eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883eab


Comments

No comments written yet.

Please login to write comment.