Color Hex Logo

#883cbd Color Hex

#883CBD
(136,60,189)
0 Favorites   0 Comments

Color spaces of #883cbd

RGB 13660189
HSL0.760.520.49
HSV275°68°74°
CMYK 0.280.680.00   0.26
XYZ20.954512.140149.3830
Yxy12.14010.25410.1472
Hunter Lab34.842646.3759-59.6427
CIE-Lab41.437954.4756-54.6320

#883cbd color RGB value is (136,60,189).

#883cbd hex color red value is 136, green value is 60 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #883cbd hue: 0.76 , saturation: 0.52 and the lightness value of 883cbd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111100 10111101
Octal 210 74 275
Decimal 136 60 189
Hex 88 3C BD

RGB Percentages of Color #883cbd

%35.32
%15.58
%49.09

CMYK Percentages of Color #883cbd

%28
%68
%0
%26

Triadic Colors of #883cbd

#883cbd #bd883c #3cbd88

Analogous Colors of #883cbd

#883cbd #bd3cb2 #483cbd

Monochromatic Colors of #883cbd

#883cbd

Complementary Color

#883cbd #71bd3c

#883cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#883cbd Color CSS Codes

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

#883cbd Text Font Color

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

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


#883cbd Background Color

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

This div background color is #883cbd


#883cbd Border Color

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

This div border color is #883cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883cbd


Comments

No comments written yet.

Please login to write comment.