Color Hex Logo

#883feb Color Hex

#883FEB
(136,63,235)
0 Favorites   0 Comments

Color spaces of #883feb

RGB 13663235
HSL0.740.810.58
HSV265°73°92°
CMYK 0.420.730.00   0.08
XYZ26.926214.787480.0323
Yxy14.78740.22120.1215
Hunter Lab38.454457.6925-96.4779
CIE-Lab45.341663.9806-74.7335

#883feb color RGB value is (136,63,235).

#883feb hex color red value is 136, green value is 63 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #883feb hue: 0.74 , saturation: 0.81 and the lightness value of 883feb is 0.58.

The process color (four color CMYK) of #883feb color hex is 0.42, 0.73, 0.00, 0.08. Web safe color of #883feb is #9933ff. Color #883feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111111 11101011
Octal 210 77 353
Decimal 136 63 235
Hex 88 3F EB

RGB Percentages of Color #883feb

%31.34
%14.52
%54.15

CMYK Percentages of Color #883feb

%42
%73
%0
%8

Triadic Colors of #883feb

#883feb #eb883f #3feb88

Analogous Colors of #883feb

#883feb #de3feb #3f4ceb

Monochromatic Colors of #883feb

#883feb

Complementary Color

#883feb #a2eb3f

#883feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#883feb Color CSS Codes

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

#883feb Text Font Color

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

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


#883feb Background Color

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

This div background color is #883feb


#883feb Border Color

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

This div border color is #883feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883feb


Comments

No comments written yet.

Please login to write comment.