Color Hex Logo

#883ab4 Color Hex

#883AB4
(136,58,180)
0 Favorites   0 Comments

Color spaces of #883ab4

RGB 13658180
HSL0.770.510.47
HSV278°68°71°
CMYK 0.240.680.00   0.29
XYZ19.904611.555644.3614
Yxy11.55560.26250.1524
Hunter Lab33.993545.0304-53.5777
CIE-Lab40.500953.3831-50.8518

#883ab4 color RGB value is (136,58,180).

#883ab4 hex color red value is 136, green value is 58 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #883ab4 hue: 0.77 , saturation: 0.51 and the lightness value of 883ab4 is 0.47.

The process color (four color CMYK) of #883ab4 color hex is 0.24, 0.68, 0.00, 0.29. Web safe color of #883ab4 is #9933cc. Color #883ab4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111010 10110100
Octal 210 72 264
Decimal 136 58 180
Hex 88 3A B4

RGB Percentages of Color #883ab4

%36.36
%15.51
%48.13

CMYK Percentages of Color #883ab4

%24
%68
%0
%29

Triadic Colors of #883ab4

#883ab4 #b4883a #3ab488

Analogous Colors of #883ab4

#883ab4 #b43aa3 #4b3ab4

Monochromatic Colors of #883ab4

#883ab4

Complementary Color

#883ab4 #66b43a

#883ab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883ab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#883ab4 Color CSS Codes

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

#883ab4 Text Font Color

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

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


#883ab4 Background Color

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

This div background color is #883ab4


#883ab4 Border Color

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

This div border color is #883ab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883ab4


Comments

No comments written yet.

Please login to write comment.