Color Hex Logo

#883deb Color Hex

#883DEB
(136,61,235)
0 Favorites   0 Comments

Color spaces of #883deb

RGB 13661235
HSL0.740.810.58
HSV266°74°92°
CMYK 0.420.740.00   0.08
XYZ26.817514.569979.9961
Yxy14.56990.22090.1200
Hunter Lab38.170558.6104-97.5379
CIE-Lab45.039464.8409-75.2274

#883deb color RGB value is (136,61,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111101 11101011
Octal 210 75 353
Decimal 136 61 235
Hex 88 3D EB

RGB Percentages of Color #883deb

%31.48
%14.12
%54.40

CMYK Percentages of Color #883deb

%42
%74
%0
%8

Triadic Colors of #883deb

#883deb #eb883d #3deb88

Analogous Colors of #883deb

#883deb #df3deb #3d49eb

Monochromatic Colors of #883deb

#883deb

Complementary Color

#883deb #a0eb3d

#883deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#883deb Color CSS Codes

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

#883deb Text Font Color

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

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


#883deb Background Color

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

This div background color is #883deb


#883deb Border Color

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

This div border color is #883deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883deb


Comments

No comments written yet.

Please login to write comment.