Color Hex Logo

#883aa6 Color Hex

#883AA6
(136,58,166)
0 Favorites   0 Comments

Color spaces of #883aa6

RGB 13658166
HSL0.790.480.44
HSV283°65°65°
CMYK 0.180.650.00   0.35
XYZ18.549311.013537.2246
Yxy11.01350.27770.1649
Hunter Lab33.186641.6942-43.2735
CIE-Lab39.603250.3544-43.9795

#883aa6 color RGB value is (136,58,166).

#883aa6 hex color red value is 136, green value is 58 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #883aa6 hue: 0.79 , saturation: 0.48 and the lightness value of 883aa6 is 0.44.

The process color (four color CMYK) of #883aa6 color hex is 0.18, 0.65, 0.00, 0.35. Web safe color of #883aa6 is #993399. Color #883aa6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111010 10100110
Octal 210 72 246
Decimal 136 58 166
Hex 88 3A A6

RGB Percentages of Color #883aa6

%37.78
%16.11
%46.11

CMYK Percentages of Color #883aa6

%18
%65
%0
%35

Triadic Colors of #883aa6

#883aa6 #a6883a #3aa688

Analogous Colors of #883aa6

#883aa6 #a63a8e #523aa6

Monochromatic Colors of #883aa6

#883aa6

Complementary Color

#883aa6 #58a63a

#883aa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883aa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#883aa6 Color CSS Codes

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

#883aa6 Text Font Color

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

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


#883aa6 Background Color

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

This div background color is #883aa6


#883aa6 Border Color

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

This div border color is #883aa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883aa6


Comments

No comments written yet.

Please login to write comment.