Color Hex Logo

#b94dbd Color Hex

#B94DBD
(185,77,189)
0 Favorites   0 Comments

Color spaces of #b94dbd

RGB 18577189
HSL0.830.460.52
HSV298°59°74°
CMYK 0.020.590.00   0.26
XYZ31.846819.296250.1901
Yxy19.29620.31430.1904
Hunter Lab43.927452.5371-36.9937
CIE-Lab51.032058.3486-38.9232

#b94dbd color RGB value is (185,77,189).

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

The process color (four color CMYK) of #b94dbd color hex is 0.02, 0.59, 0.00, 0.26. Web safe color of #b94dbd is #cc66cc. Color #b94dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001101 10111101
Octal 271 115 275
Decimal 185 77 189
Hex B9 4D BD

RGB Percentages of Color #b94dbd

%41.02
%17.07
%41.91

CMYK Percentages of Color #b94dbd

%2
%59
%0
%26

Triadic Colors of #b94dbd

#b94dbd #bdb94d #4dbdb9

Analogous Colors of #b94dbd

#b94dbd #bd4d89 #814dbd

Monochromatic Colors of #b94dbd

#b94dbd

Complementary Color

#b94dbd #51bd4d

#b94dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94dbd Color CSS Codes

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

#b94dbd Text Font Color

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

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


#b94dbd Background Color

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

This div background color is #b94dbd


#b94dbd Border Color

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

This div border color is #b94dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94dbd


Comments

No comments written yet.

Please login to write comment.