Color Hex Logo

#801dcb Color Hex

#801DCB
(128,29,203)
0 Favorites   0 Comments

Color spaces of #801dcb

RGB 12829203
HSL0.760.750.45
HSV274°86°80°
CMYK 0.370.860.00   0.20
XYZ20.12099.779757.3271
Yxy9.77970.23070.1121
Hunter Lab31.272560.1210-86.7965
CIE-Lab37.444167.6307-69.3516

#801dcb color RGB value is (128,29,203).

#801dcb hex color red value is 128, green value is 29 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #801dcb hue: 0.76 , saturation: 0.75 and the lightness value of 801dcb is 0.45.

The process color (four color CMYK) of #801dcb color hex is 0.37, 0.86, 0.00, 0.20. Web safe color of #801dcb is #9933cc. Color #801dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011101 11001011
Octal 200 35 313
Decimal 128 29 203
Hex 80 1D CB

RGB Percentages of Color #801dcb

%35.56
%8.06
%56.39

CMYK Percentages of Color #801dcb

%37
%86
%0
%20

Triadic Colors of #801dcb

#801dcb #cb801d #1dcb80

Analogous Colors of #801dcb

#801dcb #cb1dbf #291dcb

Monochromatic Colors of #801dcb

#801dcb

Complementary Color

#801dcb #68cb1d

#801dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#801dcb Color CSS Codes

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

#801dcb Text Font Color

<p style="color:#801dcb">Text here</p>

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


#801dcb Background Color

<div style="background-color:#801dcb">
Div content here</div>

This div background color is #801dcb


#801dcb Border Color

<div style="border:3px solid #801dcb">
Div here</div>

This div border color is #801dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,29,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #801dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #801dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #801dcb;
  box-shadow:         1px 1px 3px 2px #801dcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,29,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801dcb


Comments

No comments written yet.

Please login to write comment.