color codes Logo

#b057ff color codes

#B057FF
(176,87,255)
0 Favorites   0 Comments

Color spaces of #b057ff

RGB 17687255
HSL0.751.000.67
HSV272°66°100°
CMYK 0.310.660.00   0.00
XYZ39.362723.266597.0240
Yxy23.26650.24660.1457
Hunter Lab48.235461.2539-85.4953
CIE-Lab55.345865.1688-69.4482

#b057ff color RGB value is (176,87,255).

#b057ff hex color red value is 176, green value is 87 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b057ff hue: 0.75 , saturation: 1.00 and the lightness value of b057ff is 0.67.

The process color (four color CMYK) of #b057ff color code is 0.31, 0.66, 0.00, 0.00. Web safe color of #b057ff is #9966ff. Color #b057ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010111 11111111
Octal 260 127 377
Decimal 176 87 255
Hex B0 57 FF

RGB Percentages of Color #b057ff

%33.98
%16.80
%49.23

CMYK Percentages of Color #b057ff

%31
%66
%0
%0

Triadic Colors of #b057ff

#b057ff #ffb057 #57ffb0

Analogous Colors of #b057ff

#b057ff #ff57fa #5c57ff

Monochromatic Colors of #b057ff

#b057ff

Complementary Color

#b057ff #a6ff57

#b057ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b057ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b057ff Color CSS Codes

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

#b057ff Text Font Color

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

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


#b057ff Background Color

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

This div background color is #b057ff


#b057ff Border Color

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

This div border color is #b057ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b057ff

Related Colors


Comments

No comments written yet.

Please login to write comment.