Color Hex Logo

#800cdb Color Hex

#800CDB
(128,12,219)
0 Favorites   0 Comments

Color spaces of #800cdb

RGB 12812219
HSL0.760.900.45
HSV274°95°86°
CMYK 0.420.950.00   0.14
XYZ21.81979.966667.7916
Yxy9.96660.21910.1001
Hunter Lab31.569968.1237-105.2173
CIE-Lab37.782474.3334-78.0510

#800cdb color RGB value is (128,12,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001100 11011011
Octal 200 14 333
Decimal 128 12 219
Hex 80 C DB

RGB Percentages of Color #800cdb

%35.65
%3.34
%61.00

CMYK Percentages of Color #800cdb

%42
%95
%0
%14

Triadic Colors of #800cdb

#800cdb #db800c #0cdb80

Analogous Colors of #800cdb

#800cdb #db0ccf #180cdb

Monochromatic Colors of #800cdb

#800cdb

Complementary Color

#800cdb #67db0c

#800cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#800cdb Color CSS Codes

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

#800cdb Text Font Color

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

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


#800cdb Background Color

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

This div background color is #800cdb


#800cdb Border Color

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

This div border color is #800cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800cdb


Comments

No comments written yet.

Please login to write comment.