Color Hex Logo

#b513bd Color Hex

#B513BD
(181,19,189)
0 Favorites   0 Comments

Color spaces of #b513bd

RGB 18119189
HSL0.830.820.41
HSV297°90°74°
CMYK 0.040.900.00   0.26
XYZ28.474213.963649.3386
Yxy13.96360.31030.1521
Hunter Lab37.367970.6225-52.1259
CIE-Lab44.180775.1608-49.8571

#b513bd color RGB value is (181,19,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010011 10111101
Octal 265 23 275
Decimal 181 19 189
Hex B5 13 BD

RGB Percentages of Color #b513bd

%46.53
%4.88
%48.59

CMYK Percentages of Color #b513bd

%4
%90
%0
%26

Triadic Colors of #b513bd

#b513bd #bdb513 #13bdb5

Analogous Colors of #b513bd

#b513bd #bd1370 #6013bd

Monochromatic Colors of #b513bd

#b513bd

Complementary Color

#b513bd #1bbd13

#b513bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b513bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b513bd Color CSS Codes

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

#b513bd Text Font Color

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

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


#b513bd Background Color

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

This div background color is #b513bd


#b513bd Border Color

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

This div border color is #b513bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b513bd


Comments

No comments written yet.

Please login to write comment.