Color Hex Logo

#880fdb Color Hex

#880FDB
(136,15,219)
0 Favorites   0 Comments

Color spaces of #880fdb

RGB 13615219
HSL0.770.870.46
HSV276°93°86°
CMYK 0.380.930.00   0.14
XYZ23.110310.690467.8632
Yxy10.69040.22730.1052
Hunter Lab32.696268.9490-100.1732
CIE-Lab39.054174.7731-75.9186

#880fdb color RGB value is (136,15,219).

#880fdb hex color red value is 136, green value is 15 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #880fdb hue: 0.77 , saturation: 0.87 and the lightness value of 880fdb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001111 11011011
Octal 210 17 333
Decimal 136 15 219
Hex 88 F DB

RGB Percentages of Color #880fdb

%36.76
%4.05
%59.19

CMYK Percentages of Color #880fdb

%38
%93
%0
%14

Triadic Colors of #880fdb

#880fdb #db880f #0fdb88

Analogous Colors of #880fdb

#880fdb #db0fc8 #220fdb

Monochromatic Colors of #880fdb

#880fdb

Complementary Color

#880fdb #62db0f

#880fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#880fdb Color CSS Codes

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

#880fdb Text Font Color

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

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


#880fdb Background Color

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

This div background color is #880fdb


#880fdb Border Color

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

This div border color is #880fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880fdb


Comments

No comments written yet.

Please login to write comment.