Color Hex Logo

#b91ddc Color Hex

#B91DDC
(185,29,220)
0 Favorites   0 Comments

Color spaces of #b91ddc

RGB 18529220
HSL0.800.770.49
HSV289°87°86°
CMYK 0.160.870.00   0.14
XYZ33.365216.360369.1095
Yxy16.36030.28080.1377
Hunter Lab40.447976.4598-72.9898
CIE-Lab47.443779.2491-62.4932

#b91ddc color RGB value is (185,29,220).

#b91ddc hex color red value is 185, green value is 29 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b91ddc hue: 0.80 , saturation: 0.77 and the lightness value of b91ddc is 0.49.

The process color (four color CMYK) of #b91ddc color hex is 0.16, 0.87, 0.00, 0.14. Web safe color of #b91ddc is #cc33cc. Color #b91ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00011101 11011100
Octal 271 35 334
Decimal 185 29 220
Hex B9 1D DC

RGB Percentages of Color #b91ddc

%42.63
%6.68
%50.69

CMYK Percentages of Color #b91ddc

%16
%87
%0
%14

Triadic Colors of #b91ddc

#b91ddc #dcb91d #1ddcb9

Analogous Colors of #b91ddc

#b91ddc #dc1da0 #591ddc

Monochromatic Colors of #b91ddc

#b91ddc

Complementary Color

#b91ddc #40dc1d

#b91ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b91ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b91ddc Color CSS Codes

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

#b91ddc Text Font Color

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

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


#b91ddc Background Color

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

This div background color is #b91ddc


#b91ddc Border Color

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

This div border color is #b91ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b91ddc


Comments

No comments written yet.

Please login to write comment.