Color Hex Logo

#800bea Color Hex

#800BEA
(128,11,234)
0 Favorites   0 Comments

Color spaces of #800bea

RGB 12811234
HSL0.750.910.48
HSV271°95°92°
CMYK 0.450.950.00   0.08
XYZ23.873010.769178.6623
Yxy10.76910.21070.0950
Hunter Lab32.816372.4255-119.1496
CIE-Lab39.188877.5882-84.3060

#800bea color RGB value is (128,11,234).

#800bea hex color red value is 128, green value is 11 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #800bea hue: 0.75 , saturation: 0.91 and the lightness value of 800bea is 0.48.

The process color (four color CMYK) of #800bea color hex is 0.45, 0.95, 0.00, 0.08. Web safe color of #800bea is #9900ff. Color #800bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001011 11101010
Octal 200 13 352
Decimal 128 11 234
Hex 80 B EA

RGB Percentages of Color #800bea

%34.32
%2.95
%62.73

CMYK Percentages of Color #800bea

%45
%95
%0
%8

Triadic Colors of #800bea

#800bea #ea800b #0bea80

Analogous Colors of #800bea

#800bea #ea0be5 #110bea

Monochromatic Colors of #800bea

#800bea

Complementary Color

#800bea #75ea0b

#800bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#800bea Color CSS Codes

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

#800bea Text Font Color

<p style="color:#800bea">Text here</p>

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


#800bea Background Color

<div style="background-color:#800bea">
Div content here</div>

This div background color is #800bea


#800bea Border Color

<div style="border:3px solid #800bea">
Div here</div>

This div border color is #800bea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,11,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #800bea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #800bea;
  -webkit-box-shadow: 1px 1px 3px 2px #800bea;
  box-shadow:         1px 1px 3px 2px #800bea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800bea


Comments

No comments written yet.

Please login to write comment.