Color Hex Logo

#8060fd Color Hex

#8060FD
(128,96,253)
0 Favorites   0 Comments

Color spaces of #8060fd

RGB 12896253
HSL0.700.980.68
HSV252°62°99°
CMYK 0.490.620.00   0.01
XYZ30.814620.046895.1738
Yxy20.04680.21100.1373
Hunter Lab44.773744.4953-94.6891
CIE-Lab51.890150.8566-74.1751

#8060fd color RGB value is (128,96,253).

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

The process color (four color CMYK) of #8060fd color hex is 0.49, 0.62, 0.00, 0.01. Web safe color of #8060fd is #9966ff. Color #8060fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100000 11111101
Octal 200 140 375
Decimal 128 96 253
Hex 80 60 FD

RGB Percentages of Color #8060fd

%26.83
%20.13
%53.04

CMYK Percentages of Color #8060fd

%49
%62
%0
%1

Triadic Colors of #8060fd

#8060fd #fd8060 #60fd80

Analogous Colors of #8060fd

#8060fd #cf60fd #608ffd

Monochromatic Colors of #8060fd

#8060fd

Complementary Color

#8060fd #ddfd60

#8060fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8060fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8060fd Color CSS Codes

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

#8060fd Text Font Color

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

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


#8060fd Background Color

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

This div background color is #8060fd


#8060fd Border Color

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

This div border color is #8060fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8060fd


Comments

No comments written yet.

Please login to write comment.