Color Hex Logo

#801fdc Color Hex

#801FDC
(128,31,220)
0 Favorites   0 Comments

Color spaces of #801fdc

RGB 12831220
HSL0.750.750.49
HSV271°86°86°
CMYK 0.420.860.00   0.14
XYZ22.310310.736568.6066
Yxy10.73650.21950.1056
Hunter Lab32.766664.1965-101.2046
CIE-Lab39.133170.7891-76.4039

#801fdc color RGB value is (128,31,220).

#801fdc hex color red value is 128, green value is 31 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #801fdc hue: 0.75 , saturation: 0.75 and the lightness value of 801fdc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011111 11011100
Octal 200 37 334
Decimal 128 31 220
Hex 80 1F DC

RGB Percentages of Color #801fdc

%33.77
%8.18
%58.05

CMYK Percentages of Color #801fdc

%42
%86
%0
%14

Triadic Colors of #801fdc

#801fdc #dc801f #1fdc80

Analogous Colors of #801fdc

#801fdc #dc1fda #221fdc

Monochromatic Colors of #801fdc

#801fdc

Complementary Color

#801fdc #7bdc1f

#801fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#801fdc Color CSS Codes

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

#801fdc Text Font Color

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

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


#801fdc Background Color

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

This div background color is #801fdc


#801fdc Border Color

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

This div border color is #801fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801fdc


Comments

No comments written yet.

Please login to write comment.