Color Hex Logo

#b547bd Color Hex

#B547BD
(181,71,189)
0 Favorites   0 Comments

Color spaces of #b547bd

RGB 18171189
HSL0.820.470.51
HSV296°62°74°
CMYK 0.040.620.00   0.26
XYZ30.494618.004450.0121
Yxy18.00440.30960.1828
Hunter Lab42.431654.0285-40.1802
CIE-Lab49.501459.9593-41.3792

#b547bd color RGB value is (181,71,189).

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

The process color (four color CMYK) of #b547bd color hex is 0.04, 0.62, 0.00, 0.26. Web safe color of #b547bd is #cc33cc. Color #b547bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000111 10111101
Octal 265 107 275
Decimal 181 71 189
Hex B5 47 BD

RGB Percentages of Color #b547bd

%41.04
%16.10
%42.86

CMYK Percentages of Color #b547bd

%4
%62
%0
%26

Triadic Colors of #b547bd

#b547bd #bdb547 #47bdb5

Analogous Colors of #b547bd

#b547bd #bd478a #7a47bd

Monochromatic Colors of #b547bd

#b547bd

Complementary Color

#b547bd #4fbd47

#b547bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b547bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b547bd Color CSS Codes

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

#b547bd Text Font Color

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

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


#b547bd Background Color

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

This div background color is #b547bd


#b547bd Border Color

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

This div border color is #b547bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b547bd


Comments

No comments written yet.

Please login to write comment.