Color Hex Logo

#883bcd Color Hex

#883BCD
(136,59,205)
0 Favorites   0 Comments

Color spaces of #883bcd

RGB 13659205
HSL0.750.590.52
HSV272°71°80°
CMYK 0.340.710.00   0.20
XYZ22.736812.769959.0241
Yxy12.76990.24050.1351
Hunter Lab35.735051.0364-72.9158
CIE-Lab42.414558.5982-62.3600

#883bcd color RGB value is (136,59,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111011 11001101
Octal 210 73 315
Decimal 136 59 205
Hex 88 3B CD

RGB Percentages of Color #883bcd

%34.00
%14.75
%51.25

CMYK Percentages of Color #883bcd

%34
%71
%0
%20

Triadic Colors of #883bcd

#883bcd #cd883b #3bcd88

Analogous Colors of #883bcd

#883bcd #cd3bc9 #3f3bcd

Monochromatic Colors of #883bcd

#883bcd

Complementary Color

#883bcd #80cd3b

#883bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#883bcd Color CSS Codes

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

#883bcd Text Font Color

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

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


#883bcd Background Color

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

This div background color is #883bcd


#883bcd Border Color

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

This div border color is #883bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883bcd


Comments

No comments written yet.

Please login to write comment.