Color Hex Logo

#883dbd Color Hex

#883DBD
(136,61,189)
0 Favorites   0 Comments

Color spaces of #883dbd

RGB 13661189
HSL0.760.510.49
HSV275°68°74°
CMYK 0.280.680.00   0.26
XYZ21.007412.245949.4006
Yxy12.24590.25420.1482
Hunter Lab34.994145.9159-59.2027
CIE-Lab41.604354.0124-54.3634

#883dbd color RGB value is (136,61,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111101 10111101
Octal 210 75 275
Decimal 136 61 189
Hex 88 3D BD

RGB Percentages of Color #883dbd

%35.23
%15.80
%48.96

CMYK Percentages of Color #883dbd

%28
%68
%0
%26

Triadic Colors of #883dbd

#883dbd #bd883d #3dbd88

Analogous Colors of #883dbd

#883dbd #bd3db2 #483dbd

Monochromatic Colors of #883dbd

#883dbd

Complementary Color

#883dbd #72bd3d

#883dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#883dbd Color CSS Codes

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

#883dbd Text Font Color

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

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


#883dbd Background Color

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

This div background color is #883dbd


#883dbd Border Color

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

This div border color is #883dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883dbd


Comments

No comments written yet.

Please login to write comment.