Color Hex Logo

#880dbe Color Hex

#880DBE
(136,13,190)
0 Favorites   0 Comments

Color spaces of #880dbe

RGB 13613190
HSL0.780.870.40
HSV282°93°75°
CMYK 0.280.930.00   0.25
XYZ19.59159.239849.4661
Yxy9.23980.25020.1180
Hunter Lab30.397061.8520-75.2066
CIE-Lab36.442069.3135-63.3319

#880dbe color RGB value is (136,13,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001101 10111110
Octal 210 15 276
Decimal 136 13 190
Hex 88 D BE

RGB Percentages of Color #880dbe

%40.12
%3.83
%56.05

CMYK Percentages of Color #880dbe

%28
%93
%0
%25

Triadic Colors of #880dbe

#880dbe #be880d #0dbe88

Analogous Colors of #880dbe

#880dbe #be0d9c #300dbe

Monochromatic Colors of #880dbe

#880dbe

Complementary Color

#880dbe #43be0d

#880dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#880dbe Color CSS Codes

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

#880dbe Text Font Color

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

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


#880dbe Background Color

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

This div background color is #880dbe


#880dbe Border Color

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

This div border color is #880dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880dbe


Comments

No comments written yet.

Please login to write comment.