Color Hex Logo

#b307bd Color Hex

#B307BD
(179,7,189)
0 Favorites   0 Comments

Color spaces of #b307bd

RGB 1797189
HSL0.820.930.38
HSV297°96°74°
CMYK 0.050.960.00   0.26
XYZ27.851713.409849.2645
Yxy13.40980.30770.1481
Hunter Lab36.619471.6782-54.1300
CIE-Lab43.374376.1804-51.1704

#b307bd color RGB value is (179,7,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000111 10111101
Octal 263 7 275
Decimal 179 7 189
Hex B3 7 BD

RGB Percentages of Color #b307bd

%47.73
%1.87
%50.40

CMYK Percentages of Color #b307bd

%5
%96
%0
%26

Triadic Colors of #b307bd

#b307bd #bdb307 #07bdb3

Analogous Colors of #b307bd

#b307bd #bd076c #5807bd

Monochromatic Colors of #b307bd

#b307bd

Complementary Color

#b307bd #11bd07

#b307bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b307bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b307bd Color CSS Codes

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

#b307bd Text Font Color

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

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


#b307bd Background Color

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

This div background color is #b307bd


#b307bd Border Color

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

This div border color is #b307bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b307bd


Comments

No comments written yet.

Please login to write comment.