Color Hex Logo

#800ddb Color Hex

#800DDB
(128,13,219)
0 Favorites   0 Comments

Color spaces of #800ddb

RGB 12813219
HSL0.760.890.45
HSV273°94°86°
CMYK 0.420.940.00   0.14
XYZ21.83229.991567.7957
Yxy9.99150.21920.1003
Hunter Lab31.609367.9715-105.0387
CIE-Lab37.827274.1989-77.9773

#800ddb color RGB value is (128,13,219).

#800ddb hex color red value is 128, green value is 13 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #800ddb hue: 0.76 , saturation: 0.89 and the lightness value of 800ddb is 0.45.

The process color (four color CMYK) of #800ddb color hex is 0.42, 0.94, 0.00, 0.14. Web safe color of #800ddb is #9900cc. Color #800ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001101 11011011
Octal 200 15 333
Decimal 128 13 219
Hex 80 D DB

RGB Percentages of Color #800ddb

%35.56
%3.61
%60.83

CMYK Percentages of Color #800ddb

%42
%94
%0
%14

Triadic Colors of #800ddb

#800ddb #db800d #0ddb80

Analogous Colors of #800ddb

#800ddb #db0dcf #190ddb

Monochromatic Colors of #800ddb

#800ddb

Complementary Color

#800ddb #68db0d

#800ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#800ddb Color CSS Codes

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

#800ddb Text Font Color

<p style="color:#800ddb">Text here</p>

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


#800ddb Background Color

<div style="background-color:#800ddb">
Div content here</div>

This div background color is #800ddb


#800ddb Border Color

<div style="border:3px solid #800ddb">
Div here</div>

This div border color is #800ddb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,13,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #800ddb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #800ddb;
  -webkit-box-shadow: 1px 1px 3px 2px #800ddb;
  box-shadow:         1px 1px 3px 2px #800ddb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800ddb


Comments

No comments written yet.

Please login to write comment.