Color Hex Logo

#883baf Color Hex

#883BAF
(136,59,175)
0 Favorites   0 Comments

Color spaces of #883baf

RGB 13659175
HSL0.780.500.46
HSV280°66°69°
CMYK 0.220.660.00   0.31
XYZ19.455211.457341.7435
Yxy11.45730.26780.1577
Hunter Lab33.848643.3614-49.4248
CIE-Lab40.340251.8240-48.1529

#883baf color RGB value is (136,59,175).

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

The process color (four color CMYK) of #883baf color hex is 0.22, 0.66, 0.00, 0.31. Web safe color of #883baf is #993399. Color #883baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111011 10101111
Octal 210 73 257
Decimal 136 59 175
Hex 88 3B AF

RGB Percentages of Color #883baf

%36.76
%15.95
%47.30

CMYK Percentages of Color #883baf

%22
%66
%0
%31

Triadic Colors of #883baf

#883baf #af883b #3baf88

Analogous Colors of #883baf

#883baf #af3b9c #4e3baf

Monochromatic Colors of #883baf

#883baf

Complementary Color

#883baf #62af3b

#883baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#883baf Color CSS Codes

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

#883baf Text Font Color

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

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


#883baf Background Color

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

This div background color is #883baf


#883baf Border Color

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

This div border color is #883baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883baf


Comments

No comments written yet.

Please login to write comment.