Color Hex Logo

#801bed Color Hex

#801BED
(128,27,237)
0 Favorites   0 Comments

Color spaces of #801bed

RGB 12827237
HSL0.750.850.52
HSV269°89°93°
CMYK 0.460.890.00   0.07
XYZ24.580111.487581.0426
Yxy11.48750.20990.0981
Hunter Lab33.893270.1390-118.0440
CIE-Lab40.389775.4964-84.0277

#801bed color RGB value is (128,27,237).

#801bed hex color red value is 128, green value is 27 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #801bed hue: 0.75 , saturation: 0.85 and the lightness value of 801bed is 0.52.

The process color (four color CMYK) of #801bed color hex is 0.46, 0.89, 0.00, 0.07. Web safe color of #801bed is #9933ff. Color #801bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011011 11101101
Octal 200 33 355
Decimal 128 27 237
Hex 80 1B ED

RGB Percentages of Color #801bed

%32.65
%6.89
%60.46

CMYK Percentages of Color #801bed

%46
%89
%0
%7

Triadic Colors of #801bed

#801bed #ed801b #1bed80

Analogous Colors of #801bed

#801bed #e91bed #1b1fed

Monochromatic Colors of #801bed

#801bed

Complementary Color

#801bed #88ed1b

#801bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#801bed Color CSS Codes

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

#801bed Text Font Color

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

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


#801bed Background Color

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

This div background color is #801bed


#801bed Border Color

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

This div border color is #801bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801bed


Comments

No comments written yet.

Please login to write comment.