Color Hex Logo

#8052eb Color Hex

#8052EB
(128,82,235)
0 Favorites   0 Comments

Color spaces of #8052eb

RGB 12882235
HSL0.720.790.62
HSV258°65°92°
CMYK 0.460.650.00   0.08
XYZ26.914816.621980.3871
Yxy16.62190.21720.1341
Hunter Lab40.770046.4916-88.3645
CIE-Lab47.780153.4238-70.7957

#8052eb color RGB value is (128,82,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010010 11101011
Octal 200 122 353
Decimal 128 82 235
Hex 80 52 EB

RGB Percentages of Color #8052eb

%28.76
%18.43
%52.81

CMYK Percentages of Color #8052eb

%46
%65
%0
%8

Triadic Colors of #8052eb

#8052eb #eb8052 #52eb80

Analogous Colors of #8052eb

#8052eb #cd52eb #5271eb

Monochromatic Colors of #8052eb

#8052eb

Complementary Color

#8052eb #bdeb52

#8052eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8052eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8052eb Color CSS Codes

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

#8052eb Text Font Color

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

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


#8052eb Background Color

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

This div background color is #8052eb


#8052eb Border Color

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

This div border color is #8052eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,82,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 #8052eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8052eb


Comments

No comments written yet.

Please login to write comment.