Color Hex Logo

#883fbe Color Hex

#883FBE
(136,63,190)
0 Favorites   0 Comments

Color spaces of #883fbe

RGB 13663190
HSL0.760.500.50
HSV274°67°75°
CMYK 0.280.670.00   0.25
XYZ21.225112.507050.0106
Yxy12.50700.25350.1494
Hunter Lab35.365245.2409-59.0874
CIE-Lab42.010853.3009-54.2925

#883fbe color RGB value is (136,63,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111111 10111110
Octal 210 77 276
Decimal 136 63 190
Hex 88 3F BE

RGB Percentages of Color #883fbe

%34.96
%16.20
%48.84

CMYK Percentages of Color #883fbe

%28
%67
%0
%25

Triadic Colors of #883fbe

#883fbe #be883f #3fbe88

Analogous Colors of #883fbe

#883fbe #be3fb5 #493fbe

Monochromatic Colors of #883fbe

#883fbe

Complementary Color

#883fbe #75be3f

#883fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#883fbe Color CSS Codes

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

#883fbe Text Font Color

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

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


#883fbe Background Color

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

This div background color is #883fbe


#883fbe Border Color

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

This div border color is #883fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883fbe


Comments

No comments written yet.

Please login to write comment.