Color Hex Logo

#801cbe Color Hex

#801CBE
(128,28,190)
0 Favorites   0 Comments

Color spaces of #801cbe

RGB 12828190
HSL0.770.740.43
HSV277°85°75°
CMYK 0.330.850.00   0.25
XYZ18.61169.137449.4980
Yxy9.13740.24090.1183
Hunter Lab30.228157.0040-75.9266
CIE-Lab36.247565.1430-63.7002

#801cbe color RGB value is (128,28,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011100 10111110
Octal 200 34 276
Decimal 128 28 190
Hex 80 1C BE

RGB Percentages of Color #801cbe

%36.99
%8.09
%54.91

CMYK Percentages of Color #801cbe

%33
%85
%0
%25

Triadic Colors of #801cbe

#801cbe #be801c #1cbe80

Analogous Colors of #801cbe

#801cbe #be1cab #2f1cbe

Monochromatic Colors of #801cbe

#801cbe

Complementary Color

#801cbe #5abe1c

#801cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#801cbe Color CSS Codes

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

#801cbe Text Font Color

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

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


#801cbe Background Color

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

This div background color is #801cbe


#801cbe Border Color

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

This div border color is #801cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801cbe


Comments

No comments written yet.

Please login to write comment.