Color Hex Logo

#b315bd Color Hex

#B315BD
(179,21,189)
0 Favorites   0 Comments

Color spaces of #b315bd

RGB 17921189
HSL0.820.800.41
HSV296°89°74°
CMYK 0.050.890.00   0.26
XYZ28.043913.794249.3286
Yxy13.79420.30760.1513
Hunter Lab37.140569.7850-52.7483
CIE-Lab43.936374.5202-50.2680

#b315bd color RGB value is (179,21,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010101 10111101
Octal 263 25 275
Decimal 179 21 189
Hex B3 15 BD

RGB Percentages of Color #b315bd

%46.02
%5.40
%48.59

CMYK Percentages of Color #b315bd

%5
%89
%0
%26

Triadic Colors of #b315bd

#b315bd #bdb315 #15bdb3

Analogous Colors of #b315bd

#b315bd #bd1573 #5f15bd

Monochromatic Colors of #b315bd

#b315bd

Complementary Color

#b315bd #1fbd15

#b315bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b315bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b315bd Color CSS Codes

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

#b315bd Text Font Color

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

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


#b315bd Background Color

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

This div background color is #b315bd


#b315bd Border Color

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

This div border color is #b315bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b315bd


Comments

No comments written yet.

Please login to write comment.