Color Hex Logo

#801cbf Color Hex

#801CBF
(128,28,191)
0 Favorites   0 Comments

Color spaces of #801cbf

RGB 12828191
HSL0.770.740.43
HSV277°85°75°
CMYK 0.330.850.00   0.25
XYZ18.72139.181350.0757
Yxy9.18130.24010.1177
Hunter Lab30.300757.2603-76.7738
CIE-Lab36.331065.3522-64.1521

#801cbf color RGB value is (128,28,191).

#801cbf hex color red value is 128, green value is 28 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #801cbf hue: 0.77 , saturation: 0.74 and the lightness value of 801cbf is 0.43.

The process color (four color CMYK) of #801cbf color hex is 0.33, 0.85, 0.00, 0.25. Web safe color of #801cbf is #9933cc. Color #801cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011100 10111111
Octal 200 34 277
Decimal 128 28 191
Hex 80 1C BF

RGB Percentages of Color #801cbf

%36.89
%8.07
%55.04

CMYK Percentages of Color #801cbf

%33
%85
%0
%25

Triadic Colors of #801cbf

#801cbf #bf801c #1cbf80

Analogous Colors of #801cbf

#801cbf #bf1cad #2f1cbf

Monochromatic Colors of #801cbf

#801cbf

Complementary Color

#801cbf #5bbf1c

#801cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#801cbf Color CSS Codes

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

#801cbf Text Font Color

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

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


#801cbf Background Color

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

This div background color is #801cbf


#801cbf Border Color

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

This div border color is #801cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801cbf


Comments

No comments written yet.

Please login to write comment.