Color Hex Logo

#883ebd Color Hex

#883EBD
(136,62,189)
0 Favorites   0 Comments

Color spaces of #883ebd

RGB 13662189
HSL0.760.510.49
HSV275°67°74°
CMYK 0.280.670.00   0.26
XYZ21.061312.353649.4185
Yxy12.35360.25430.1491
Hunter Lab35.147745.4528-58.7598
CIE-Lab41.772753.5450-54.0917

#883ebd color RGB value is (136,62,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111110 10111101
Octal 210 76 275
Decimal 136 62 189
Hex 88 3E BD

RGB Percentages of Color #883ebd

%35.14
%16.02
%48.84

CMYK Percentages of Color #883ebd

%28
%67
%0
%26

Triadic Colors of #883ebd

#883ebd #bd883e #3ebd88

Analogous Colors of #883ebd

#883ebd #bd3eb3 #493ebd

Monochromatic Colors of #883ebd

#883ebd

Complementary Color

#883ebd #73bd3e

#883ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#883ebd Color CSS Codes

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

#883ebd Text Font Color

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

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


#883ebd Background Color

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

This div background color is #883ebd


#883ebd Border Color

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

This div border color is #883ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883ebd


Comments

No comments written yet.

Please login to write comment.