Color Hex Logo

#883faf Color Hex

#883FAF
(136,63,175)
0 Favorites   0 Comments

Color spaces of #883faf

RGB 13663175
HSL0.780.470.47
HSV279°64°69°
CMYK 0.220.640.00   0.31
XYZ19.668711.884441.8147
Yxy11.88440.26810.1620
Hunter Lab34.473841.5125-47.7838
CIE-Lab41.031849.9171-47.0432

#883faf color RGB value is (136,63,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111111 10101111
Octal 210 77 257
Decimal 136 63 175
Hex 88 3F AF

RGB Percentages of Color #883faf

%36.36
%16.84
%46.79

CMYK Percentages of Color #883faf

%22
%64
%0
%31

Triadic Colors of #883faf

#883faf #af883f #3faf88

Analogous Colors of #883faf

#883faf #af3f9e #503faf

Monochromatic Colors of #883faf

#883faf

Complementary Color

#883faf #66af3f

#883faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#883faf Color CSS Codes

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

#883faf Text Font Color

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

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


#883faf Background Color

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

This div background color is #883faf


#883faf Border Color

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

This div border color is #883faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,63,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 #883faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883faf


Comments

No comments written yet.

Please login to write comment.