Color Hex Logo

#b301bd Color Hex

#B301BD
(179,1,189)
0 Favorites   0 Comments

Color spaces of #b301bd

RGB 1791189
HSL0.820.990.37
HSV297°99°74°
CMYK 0.050.990.00   0.26
XYZ27.786613.279549.2428
Yxy13.27950.30770.1470
Hunter Lab36.441072.3359-54.6099
CIE-Lab43.181476.7531-51.4805

#b301bd color RGB value is (179,1,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000001 10111101
Octal 263 1 275
Decimal 179 1 189
Hex B3 1 BD

RGB Percentages of Color #b301bd

%48.51
%0.27
%51.22

CMYK Percentages of Color #b301bd

%5
%99
%0
%26

Triadic Colors of #b301bd

#b301bd #bdb301 #01bdb3

Analogous Colors of #b301bd

#b301bd #bd0169 #5501bd

Monochromatic Colors of #b301bd

#b301bd

Complementary Color

#b301bd #0bbd01

#b301bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b301bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b301bd Color CSS Codes

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

#b301bd Text Font Color

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

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


#b301bd Background Color

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

This div background color is #b301bd


#b301bd Border Color

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

This div border color is #b301bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b301bd


Comments

No comments written yet.

Please login to write comment.