Color Hex Logo

#b507bd Color Hex

#B507BD
(181,7,189)
0 Favorites   0 Comments

Color spaces of #b507bd

RGB 1817189
HSL0.830.930.38
HSV297°96°74°
CMYK 0.040.960.00   0.26
XYZ28.317313.649849.2863
Yxy13.64980.31030.1496
Hunter Lab36.945672.1580-53.2322
CIE-Lab43.726576.5030-50.5859

#b507bd color RGB value is (181,7,189).

#b507bd hex color red value is 181, green value is 7 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b507bd hue: 0.83 , saturation: 0.93 and the lightness value of b507bd is 0.38.

The process color (four color CMYK) of #b507bd color hex is 0.04, 0.96, 0.00, 0.26. Web safe color of #b507bd is #cc00cc. Color #b507bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000111 10111101
Octal 265 7 275
Decimal 181 7 189
Hex B5 7 BD

RGB Percentages of Color #b507bd

%48.01
%1.86
%50.13

CMYK Percentages of Color #b507bd

%4
%96
%0
%26

Triadic Colors of #b507bd

#b507bd #bdb507 #07bdb5

Analogous Colors of #b507bd

#b507bd #bd076a #5a07bd

Monochromatic Colors of #b507bd

#b507bd

Complementary Color

#b507bd #0fbd07

#b507bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b507bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b507bd Color CSS Codes

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

#b507bd Text Font Color

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

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


#b507bd Background Color

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

This div background color is #b507bd


#b507bd Border Color

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

This div border color is #b507bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b507bd


Comments

No comments written yet.

Please login to write comment.