Color Hex Logo

#8056fd Color Hex

#8056FD
(128,86,253)
0 Favorites   0 Comments

Color spaces of #8056fd

RGB 12886253
HSL0.710.980.66
HSV255°66°99°
CMYK 0.490.660.00   0.01
XYZ29.959518.336694.8888
Yxy18.33660.20920.1281
Hunter Lab42.821349.9487-101.4075
CIE-Lab49.901856.2195-77.4120

#8056fd color RGB value is (128,86,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010110 11111101
Octal 200 126 375
Decimal 128 86 253
Hex 80 56 FD

RGB Percentages of Color #8056fd

%27.41
%18.42
%54.18

CMYK Percentages of Color #8056fd

%49
%66
%0
%1

Triadic Colors of #8056fd

#8056fd #fd8056 #56fd80

Analogous Colors of #8056fd

#8056fd #d456fd #5680fd

Monochromatic Colors of #8056fd

#8056fd

Complementary Color

#8056fd #d3fd56

#8056fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8056fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8056fd Color CSS Codes

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

#8056fd Text Font Color

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

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


#8056fd Background Color

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

This div background color is #8056fd


#8056fd Border Color

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

This div border color is #8056fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8056fd

Related Colors


Comments

No comments written yet.

Please login to write comment.