Color Hex Logo

#b557bd Color Hex

#B557BD
(181,87,189)
0 Favorites   0 Comments

Color spaces of #b557bd

RGB 18187189
HSL0.820.440.54
HSV295°54°74°
CMYK 0.040.540.00   0.26
XYZ31.649620.314350.3970
Yxy20.31430.30920.1985
Hunter Lab45.071446.4696-34.7457
CIE-Lab52.190752.6357-37.1374

#b557bd color RGB value is (181,87,189).

#b557bd hex color red value is 181, green value is 87 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b557bd hue: 0.82 , saturation: 0.44 and the lightness value of b557bd is 0.54.

The process color (four color CMYK) of #b557bd color hex is 0.04, 0.54, 0.00, 0.26. Web safe color of #b557bd is #cc66cc. Color #b557bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010111 10111101
Octal 265 127 275
Decimal 181 87 189
Hex B5 57 BD

RGB Percentages of Color #b557bd

%39.61
%19.04
%41.36

CMYK Percentages of Color #b557bd

%4
%54
%0
%26

Triadic Colors of #b557bd

#b557bd #bdb557 #57bdb5

Analogous Colors of #b557bd

#b557bd #bd5792 #8257bd

Monochromatic Colors of #b557bd

#b557bd

Complementary Color

#b557bd #5fbd57

#b557bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b557bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b557bd Color CSS Codes

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

#b557bd Text Font Color

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

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


#b557bd Background Color

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

This div background color is #b557bd


#b557bd Border Color

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

This div border color is #b557bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b557bd


Comments

No comments written yet.

Please login to write comment.