Color Hex Logo

#b94dbc Color Hex

#B94DBC
(185,77,188)
0 Favorites   0 Comments

Color spaces of #b94dbc

RGB 18577188
HSL0.830.450.52
HSV298°59°74°
CMYK 0.020.590.00   0.26
XYZ31.738619.252949.6203
Yxy19.25290.31550.1914
Hunter Lab43.878152.3286-36.3344
CIE-Lab50.981858.1712-38.4228

#b94dbc color RGB value is (185,77,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001101 10111100
Octal 271 115 274
Decimal 185 77 188
Hex B9 4D BC

RGB Percentages of Color #b94dbc

%41.11
%17.11
%41.78

CMYK Percentages of Color #b94dbc

%2
%59
%0
%26

Triadic Colors of #b94dbc

#b94dbc #bcb94d #4dbcb9

Analogous Colors of #b94dbc

#b94dbc #bc4d88 #824dbc

Monochromatic Colors of #b94dbc

#b94dbc

Complementary Color

#b94dbc #50bc4d

#b94dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94dbc Color CSS Codes

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

#b94dbc Text Font Color

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

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


#b94dbc Background Color

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

This div background color is #b94dbc


#b94dbc Border Color

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

This div border color is #b94dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,77,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b94dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94dbc


Comments

No comments written yet.

Please login to write comment.