Color Hex Logo

#b905bd Color Hex

#B905BD
(185,5,189)
0 Favorites   0 Comments

Color spaces of #b905bd

RGB 1855189
HSL0.830.950.38
HSV299°97°74°
CMYK 0.020.970.00   0.26
XYZ29.247214.097049.3236
Yxy14.09700.31560.1521
Hunter Lab37.546073.3408-51.6062
CIE-Lab44.371777.3378-49.5121

#b905bd color RGB value is (185,5,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000101 10111101
Octal 271 5 275
Decimal 185 5 189
Hex B9 5 BD

RGB Percentages of Color #b905bd

%48.81
%1.32
%49.87

CMYK Percentages of Color #b905bd

%2
%97
%0
%26

Triadic Colors of #b905bd

#b905bd #bdb905 #05bdb9

Analogous Colors of #b905bd

#b905bd #bd0565 #5d05bd

Monochromatic Colors of #b905bd

#b905bd

Complementary Color

#b905bd #09bd05

#b905bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b905bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b905bd Color CSS Codes

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

#b905bd Text Font Color

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

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


#b905bd Background Color

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

This div background color is #b905bd


#b905bd Border Color

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

This div border color is #b905bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b905bd


Comments

No comments written yet.

Please login to write comment.