Color Hex Logo

#8049eb Color Hex

#8049EB
(128,73,235)
0 Favorites   0 Comments

Color spaces of #8049eb

RGB 12873235
HSL0.720.800.60
HSV260°69°92°
CMYK 0.460.690.00   0.08
XYZ26.280015.352480.1755
Yxy15.35240.21570.1260
Hunter Lab39.182151.1537-93.8932
CIE-Lab46.113158.0069-73.5109

#8049eb color RGB value is (128,73,235).

#8049eb hex color red value is 128, green value is 73 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8049eb hue: 0.72 , saturation: 0.80 and the lightness value of 8049eb is 0.60.

The process color (four color CMYK) of #8049eb color hex is 0.46, 0.69, 0.00, 0.08. Web safe color of #8049eb is #9933ff. Color #8049eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001001 11101011
Octal 200 111 353
Decimal 128 73 235
Hex 80 49 EB

RGB Percentages of Color #8049eb

%29.36
%16.74
%53.90

CMYK Percentages of Color #8049eb

%46
%69
%0
%8

Triadic Colors of #8049eb

#8049eb #eb8049 #49eb80

Analogous Colors of #8049eb

#8049eb #d149eb #4963eb

Monochromatic Colors of #8049eb

#8049eb

Complementary Color

#8049eb #b4eb49

#8049eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8049eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8049eb Color CSS Codes

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

#8049eb Text Font Color

<p style="color:#8049eb">Text here</p>

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


#8049eb Background Color

<div style="background-color:#8049eb">
Div content here</div>

This div background color is #8049eb


#8049eb Border Color

<div style="border:3px solid #8049eb">
Div here</div>

This div border color is #8049eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,73,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8049eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8049eb;
  -webkit-box-shadow: 1px 1px 3px 2px #8049eb;
  box-shadow:         1px 1px 3px 2px #8049eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8049eb


Comments

No comments written yet.

Please login to write comment.