Color Hex Logo

#8060ec Color Hex

#8060EC
(128,96,236)
0 Favorites   0 Comments

Color spaces of #8060ec

RGB 12896236
HSL0.700.790.65
HSV254°59°93°
CMYK 0.460.590.00   0.07
XYZ28.225319.011181.5387
Yxy19.01110.21920.1476
Hunter Lab43.601739.2478-80.3558
CIE-Lab50.700246.0818-66.6200

#8060ec color RGB value is (128,96,236).

#8060ec hex color red value is 128, green value is 96 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8060ec hue: 0.70 , saturation: 0.79 and the lightness value of 8060ec is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100000 11101100
Octal 200 140 354
Decimal 128 96 236
Hex 80 60 EC

RGB Percentages of Color #8060ec

%27.83
%20.87
%51.30

CMYK Percentages of Color #8060ec

%46
%59
%0
%7

Triadic Colors of #8060ec

#8060ec #ec8060 #60ec80

Analogous Colors of #8060ec

#8060ec #c660ec #6086ec

Monochromatic Colors of #8060ec

#8060ec

Complementary Color

#8060ec #ccec60

#8060ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8060ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8060ec Color CSS Codes

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

#8060ec Text Font Color

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

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


#8060ec Background Color

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

This div background color is #8060ec


#8060ec Border Color

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

This div border color is #8060ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8060ec


Comments

No comments written yet.

Please login to write comment.