Color Hex Logo

#b057df Color Hex

#B057DF
(176,87,223)
0 Favorites   0 Comments

Color spaces of #b057df

RGB 17687223
HSL0.780.680.61
HSV279°61°87°
CMYK 0.210.610.00   0.13
XYZ34.632021.374272.1124
Yxy21.37420.27030.1668
Hunter Lab46.232252.8057-60.1171
CIE-Lab53.356658.1709-54.7528

#b057df color RGB value is (176,87,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010111 11011111
Octal 260 127 337
Decimal 176 87 223
Hex B0 57 DF

RGB Percentages of Color #b057df

%36.21
%17.90
%45.88

CMYK Percentages of Color #b057df

%21
%61
%0
%13

Triadic Colors of #b057df

#b057df #dfb057 #57dfb0

Analogous Colors of #b057df

#b057df #df57ca #6c57df

Monochromatic Colors of #b057df

#b057df

Complementary Color

#b057df #86df57

#b057df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b057df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b057df Color CSS Codes

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

#b057df Text Font Color

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

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


#b057df Background Color

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

This div background color is #b057df


#b057df Border Color

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

This div border color is #b057df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b057df


Comments

No comments written yet.

Please login to write comment.