Color Hex Logo

#880dbd Color Hex

#880DBD
(136,13,189)
0 Favorites   0 Comments

Color spaces of #880dbd

RGB 13613189
HSL0.780.870.40
HSV282°93°74°
CMYK 0.280.930.00   0.26
XYZ19.48269.196248.8923
Yxy9.19620.25120.1186
Hunter Lab30.325261.6091-74.3635
CIE-Lab36.359369.1214-62.8776

#880dbd color RGB value is (136,13,189).

#880dbd hex color red value is 136, green value is 13 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #880dbd hue: 0.78 , saturation: 0.87 and the lightness value of 880dbd is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001101 10111101
Octal 210 15 275
Decimal 136 13 189
Hex 88 D BD

RGB Percentages of Color #880dbd

%40.24
%3.85
%55.92

CMYK Percentages of Color #880dbd

%28
%93
%0
%26

Triadic Colors of #880dbd

#880dbd #bd880d #0dbd88

Analogous Colors of #880dbd

#880dbd #bd0d9a #300dbd

Monochromatic Colors of #880dbd

#880dbd

Complementary Color

#880dbd #42bd0d

#880dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#880dbd Color CSS Codes

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

#880dbd Text Font Color

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

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


#880dbd Background Color

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

This div background color is #880dbd


#880dbd Border Color

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

This div border color is #880dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880dbd


Comments

No comments written yet.

Please login to write comment.