Color Hex Logo

#883abe Color Hex

#883ABE
(136,58,190)
0 Favorites   0 Comments

Color spaces of #883abe

RGB 13658190
HSL0.770.530.49
HSV275°69°75°
CMYK 0.280.690.00   0.25
XYZ20.960711.978149.9224
Yxy11.97810.25300.1446
Hunter Lab34.609447.5396-61.2964
CIE-Lab41.181355.6116-55.6320

#883abe color RGB value is (136,58,190).

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

The process color (four color CMYK) of #883abe color hex is 0.28, 0.69, 0.00, 0.25. Web safe color of #883abe is #9933cc. Color #883abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111010 10111110
Octal 210 72 276
Decimal 136 58 190
Hex 88 3A BE

RGB Percentages of Color #883abe

%35.42
%15.10
%49.48

CMYK Percentages of Color #883abe

%28
%69
%0
%25

Triadic Colors of #883abe

#883abe #be883a #3abe88

Analogous Colors of #883abe

#883abe #be3ab2 #463abe

Monochromatic Colors of #883abe

#883abe

Complementary Color

#883abe #70be3a

#883abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#883abe Color CSS Codes

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

#883abe Text Font Color

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

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


#883abe Background Color

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

This div background color is #883abe


#883abe Border Color

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

This div border color is #883abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883abe


Comments

No comments written yet.

Please login to write comment.