Color Hex Logo

#8057df Color Hex

#8057DF
(128,87,223)
0 Favorites   0 Comments

Color spaces of #8057df

RGB 12887223
HSL0.720.680.61
HSV258°61°87°
CMYK 0.430.610.00   0.13
XYZ25.629616.733371.6911
Yxy16.73330.22470.1467
Hunter Lab40.906440.2518-75.2752
CIE-Lab47.922247.4994-63.7823

#8057df color RGB value is (128,87,223).

#8057df hex color red value is 128, green value is 87 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8057df hue: 0.72 , saturation: 0.68 and the lightness value of 8057df is 0.61.

The process color (four color CMYK) of #8057df color hex is 0.43, 0.61, 0.00, 0.13. Web safe color of #8057df is #9966cc. Color #8057df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010111 11011111
Octal 200 127 337
Decimal 128 87 223
Hex 80 57 DF

RGB Percentages of Color #8057df

%29.22
%19.86
%50.91

CMYK Percentages of Color #8057df

%43
%61
%0
%13

Triadic Colors of #8057df

#8057df #df8057 #57df80

Analogous Colors of #8057df

#8057df #c457df #5772df

Monochromatic Colors of #8057df

#8057df

Complementary Color

#8057df #b6df57

#8057df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8057df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8057df Color CSS Codes

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

#8057df Text Font Color

<p style="color:#8057df">Text here</p>

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


#8057df Background Color

<div style="background-color:#8057df">
Div content here</div>

This div background color is #8057df


#8057df Border Color

<div style="border:3px solid #8057df">
Div here</div>

This div border color is #8057df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,87,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8057df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8057df;
  -webkit-box-shadow: 1px 1px 3px 2px #8057df;
  box-shadow:         1px 1px 3px 2px #8057df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8057df


Comments

No comments written yet.

Please login to write comment.