Color Hex Logo

#883cbe Color Hex

#883CBE
(136,60,190)
0 Favorites   0 Comments

Color spaces of #883cbe

RGB 13660190
HSL0.760.520.49
HSV275°68°75°
CMYK 0.280.680.00   0.25
XYZ21.063512.183749.9567
Yxy12.18370.25320.1464
Hunter Lab34.905246.6317-60.4230
CIE-Lab41.506654.7024-55.1064

#883cbe color RGB value is (136,60,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111100 10111110
Octal 210 74 276
Decimal 136 60 190
Hex 88 3C BE

RGB Percentages of Color #883cbe

%35.23
%15.54
%49.22

CMYK Percentages of Color #883cbe

%28
%68
%0
%25

Triadic Colors of #883cbe

#883cbe #be883c #3cbe88

Analogous Colors of #883cbe

#883cbe #be3cb3 #473cbe

Monochromatic Colors of #883cbe

#883cbe

Complementary Color

#883cbe #72be3c

#883cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#883cbe Color CSS Codes

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

#883cbe Text Font Color

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

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


#883cbe Background Color

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

This div background color is #883cbe


#883cbe Border Color

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

This div border color is #883cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883cbe


Comments

No comments written yet.

Please login to write comment.