Color Hex Logo

#8050ec Color Hex

#8050EC
(128,80,236)
0 Favorites   0 Comments

Color spaces of #8050ec

RGB 12880236
HSL0.720.800.62
HSV258°66°93°
CMYK 0.460.660.00   0.07
XYZ26.911116.382681.1007
Yxy16.38260.21630.1317
Hunter Lab40.475447.8482-90.4667
CIE-Lab47.472554.7344-71.8592

#8050ec color RGB value is (128,80,236).

#8050ec hex color red value is 128, green value is 80 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8050ec hue: 0.72 , saturation: 0.80 and the lightness value of 8050ec is 0.62.

The process color (four color CMYK) of #8050ec color hex is 0.46, 0.66, 0.00, 0.07. Web safe color of #8050ec is #9966ff. Color #8050ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010000 11101100
Octal 200 120 354
Decimal 128 80 236
Hex 80 50 EC

RGB Percentages of Color #8050ec

%28.83
%18.02
%53.15

CMYK Percentages of Color #8050ec

%46
%66
%0
%7

Triadic Colors of #8050ec

#8050ec #ec8050 #50ec80

Analogous Colors of #8050ec

#8050ec #ce50ec #506eec

Monochromatic Colors of #8050ec

#8050ec

Complementary Color

#8050ec #bcec50

#8050ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8050ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8050ec Color CSS Codes

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

#8050ec Text Font Color

<p style="color:#8050ec">Text here</p>

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


#8050ec Background Color

<div style="background-color:#8050ec">
Div content here</div>

This div background color is #8050ec


#8050ec Border Color

<div style="border:3px solid #8050ec">
Div here</div>

This div border color is #8050ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,80,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8050ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8050ec;
  -webkit-box-shadow: 1px 1px 3px 2px #8050ec;
  box-shadow:         1px 1px 3px 2px #8050ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8050ec


Comments

No comments written yet.

Please login to write comment.