Color Hex Logo

#883cbb Color Hex

#883CBB
(136,60,187)
0 Favorites   0 Comments

Color spaces of #883cbb

RGB 13660187
HSL0.770.510.48
HSV276°68°73°
CMYK 0.270.680.00   0.27
XYZ20.738812.053848.2473
Yxy12.05380.25590.1487
Hunter Lab34.718645.8677-58.0904
CIE-Lab41.301554.0237-53.6801

#883cbb color RGB value is (136,60,187).

#883cbb hex color red value is 136, green value is 60 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #883cbb hue: 0.77 , saturation: 0.51 and the lightness value of 883cbb is 0.48.

The process color (four color CMYK) of #883cbb color hex is 0.27, 0.68, 0.00, 0.27. Web safe color of #883cbb is #9933cc. Color #883cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111100 10111011
Octal 210 74 273
Decimal 136 60 187
Hex 88 3C BB

RGB Percentages of Color #883cbb

%35.51
%15.67
%48.83

CMYK Percentages of Color #883cbb

%27
%68
%0
%27

Triadic Colors of #883cbb

#883cbb #bb883c #3cbb88

Analogous Colors of #883cbb

#883cbb #bb3caf #493cbb

Monochromatic Colors of #883cbb

#883cbb

Complementary Color

#883cbb #6fbb3c

#883cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#883cbb Color CSS Codes

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

#883cbb Text Font Color

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

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


#883cbb Background Color

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

This div background color is #883cbb


#883cbb Border Color

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

This div border color is #883cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883cbb


Comments

No comments written yet.

Please login to write comment.