Color Hex Logo

#b91dbc Color Hex

#B91DBC
(185,29,188)
0 Favorites   0 Comments

Color spaces of #b91dbc

RGB 18529188
HSL0.830.730.43
HSV299°85°74°
CMYK 0.020.850.00   0.26
XYZ29.524014.823948.8822
Yxy14.82390.31670.1590
Hunter Lab38.501869.4994-48.3238
CIE-Lab45.392174.0014-47.2934

#b91dbc color RGB value is (185,29,188).

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

The process color (four color CMYK) of #b91dbc color hex is 0.02, 0.85, 0.00, 0.26. Web safe color of #b91dbc is #cc33cc. Color #b91dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00011101 10111100
Octal 271 35 274
Decimal 185 29 188
Hex B9 1D BC

RGB Percentages of Color #b91dbc

%46.02
%7.21
%46.77

CMYK Percentages of Color #b91dbc

%2
%85
%0
%26

Triadic Colors of #b91dbc

#b91dbc #bcb91d #1dbcb9

Analogous Colors of #b91dbc

#b91dbc #bc1d70 #6a1dbc

Monochromatic Colors of #b91dbc

#b91dbc

Complementary Color

#b91dbc #20bc1d

#b91dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b91dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b91dbc Color CSS Codes

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

#b91dbc Text Font Color

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

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


#b91dbc Background Color

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

This div background color is #b91dbc


#b91dbc Border Color

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

This div border color is #b91dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b91dbc


Comments

No comments written yet.

Please login to write comment.