Color Hex Logo

#b91cbd Color Hex

#B91CBD
(185,28,189)
0 Favorites   0 Comments

Color spaces of #b91cbd

RGB 18528189
HSL0.830.740.43
HSV299°85°74°
CMYK 0.020.850.00   0.26
XYZ29.608114.818949.4439
Yxy14.81890.31540.1579
Hunter Lab38.495369.9238-49.2061
CIE-Lab45.385174.3524-47.8896

#b91cbd color RGB value is (185,28,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00011100 10111101
Octal 271 34 275
Decimal 185 28 189
Hex B9 1C BD

RGB Percentages of Color #b91cbd

%46.02
%6.97
%47.01

CMYK Percentages of Color #b91cbd

%2
%85
%0
%26

Triadic Colors of #b91cbd

#b91cbd #bdb91c #1cbdb9

Analogous Colors of #b91cbd

#b91cbd #bd1c71 #691cbd

Monochromatic Colors of #b91cbd

#b91cbd

Complementary Color

#b91cbd #20bd1c

#b91cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b91cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b91cbd Color CSS Codes

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

#b91cbd Text Font Color

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

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


#b91cbd Background Color

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

This div background color is #b91cbd


#b91cbd Border Color

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

This div border color is #b91cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b91cbd


Comments

No comments written yet.

Please login to write comment.