Color Hex Logo

#883bce Color Hex

#883BCE
(136,59,206)
0 Favorites   0 Comments

Color spaces of #883bce

RGB 13659206
HSL0.750.600.52
HSV271°71°81°
CMYK 0.340.710.00   0.19
XYZ22.857912.818459.6620
Yxy12.81840.23980.1345
Hunter Lab35.802851.3065-73.7393
CIE-Lab42.488358.8299-62.8181

#883bce color RGB value is (136,59,206).

#883bce hex color red value is 136, green value is 59 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #883bce hue: 0.75 , saturation: 0.60 and the lightness value of 883bce is 0.52.

The process color (four color CMYK) of #883bce color hex is 0.34, 0.71, 0.00, 0.19. Web safe color of #883bce is #9933cc. Color #883bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111011 11001110
Octal 210 73 316
Decimal 136 59 206
Hex 88 3B CE

RGB Percentages of Color #883bce

%33.92
%14.71
%51.37

CMYK Percentages of Color #883bce

%34
%71
%0
%19

Triadic Colors of #883bce

#883bce #ce883b #3bce88

Analogous Colors of #883bce

#883bce #ce3bcb #3e3bce

Monochromatic Colors of #883bce

#883bce

Complementary Color

#883bce #81ce3b

#883bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#883bce Color CSS Codes

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

#883bce Text Font Color

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

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


#883bce Background Color

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

This div background color is #883bce


#883bce Border Color

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

This div border color is #883bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883bce


Comments

No comments written yet.

Please login to write comment.