Color Hex Logo

#b91dcb Color Hex

#B91DCB
(185,29,203)
0 Favorites   0 Comments

Color spaces of #b91dcb

RGB 18529203
HSL0.820.750.45
HSV294°86°80°
CMYK 0.090.860.00   0.20
XYZ31.226415.504857.8468
Yxy15.50480.29860.1483
Hunter Lab39.376172.6474-59.5386
CIE-Lab46.318076.3976-54.5383

#b91dcb color RGB value is (185,29,203).

#b91dcb hex color red value is 185, green value is 29 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b91dcb hue: 0.82 , saturation: 0.75 and the lightness value of b91dcb is 0.45.

The process color (four color CMYK) of #b91dcb color hex is 0.09, 0.86, 0.00, 0.20. Web safe color of #b91dcb is #cc33cc. Color #b91dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00011101 11001011
Octal 271 35 313
Decimal 185 29 203
Hex B9 1D CB

RGB Percentages of Color #b91dcb

%44.36
%6.95
%48.68

CMYK Percentages of Color #b91dcb

%9
%86
%0
%20

Triadic Colors of #b91dcb

#b91dcb #cbb91d #1dcbb9

Analogous Colors of #b91dcb

#b91dcb #cb1d86 #621dcb

Monochromatic Colors of #b91dcb

#b91dcb

Complementary Color

#b91dcb #2fcb1d

#b91dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b91dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b91dcb Color CSS Codes

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

#b91dcb Text Font Color

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

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


#b91dcb Background Color

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

This div background color is #b91dcb


#b91dcb Border Color

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

This div border color is #b91dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b91dcb


Comments

No comments written yet.

Please login to write comment.