Color Hex Logo

#b557ff Color Hex

#B557FF
(181,87,255)
0 Favorites   0 Comments

Color spaces of #b557ff

RGB 18187255
HSL0.761.000.67
HSV274°66°100°
CMYK 0.290.660.00   0.00
XYZ40.514323.860197.0779
Yxy23.86010.25090.1478
Hunter Lab48.846862.5688-83.6399
CIE-Lab55.947566.1751-68.4465

#b557ff color RGB value is (181,87,255).

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

The process color (four color CMYK) of #b557ff color hex is 0.29, 0.66, 0.00, 0.00. Web safe color of #b557ff is #cc66ff. Color #b557ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010111 11111111
Octal 265 127 377
Decimal 181 87 255
Hex B5 57 FF

RGB Percentages of Color #b557ff

%34.61
%16.63
%48.76

CMYK Percentages of Color #b557ff

%29
%66
%0
%0

Triadic Colors of #b557ff

#b557ff #ffb557 #57ffb5

Analogous Colors of #b557ff

#b557ff #ff57f5 #6157ff

Monochromatic Colors of #b557ff

#b557ff

Complementary Color

#b557ff #a1ff57

#b557ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b557ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b557ff Color CSS Codes

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

#b557ff Text Font Color

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

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


#b557ff Background Color

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

This div background color is #b557ff


#b557ff Border Color

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

This div border color is #b557ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b557ff

Related Colors


Comments

No comments written yet.

Please login to write comment.