Color Hex Logo

#b911bd Color Hex

#B911BD
(185,17,189)
0 Favorites   0 Comments

Color spaces of #b911bd

RGB 18517189
HSL0.830.830.40
HSV299°91°74°
CMYK 0.020.910.00   0.26
XYZ29.393314.389349.3723
Yxy14.38930.31550.1545
Hunter Lab37.933271.9310-50.6161
CIE-Lab44.786176.1127-48.8482

#b911bd color RGB value is (185,17,189).

#b911bd hex color red value is 185, green value is 17 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b911bd hue: 0.83 , saturation: 0.83 and the lightness value of b911bd is 0.40.

The process color (four color CMYK) of #b911bd color hex is 0.02, 0.91, 0.00, 0.26. Web safe color of #b911bd is #cc00cc. Color #b911bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010001 10111101
Octal 271 21 275
Decimal 185 17 189
Hex B9 11 BD

RGB Percentages of Color #b911bd

%47.31
%4.35
%48.34

CMYK Percentages of Color #b911bd

%2
%91
%0
%26

Triadic Colors of #b911bd

#b911bd #bdb911 #11bdb9

Analogous Colors of #b911bd

#b911bd #bd116b #6311bd

Monochromatic Colors of #b911bd

#b911bd

Complementary Color

#b911bd #15bd11

#b911bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b911bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b911bd Color CSS Codes

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

#b911bd Text Font Color

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

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


#b911bd Background Color

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

This div background color is #b911bd


#b911bd Border Color

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

This div border color is #b911bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b911bd


Comments

No comments written yet.

Please login to write comment.