Color Hex Logo

#b91daa Color Hex

#B91DAA
(185,29,170)
0 Favorites   0 Comments

Color spaces of #b91daa

RGB 18529170
HSL0.850.730.42
HSV306°84°73°
CMYK 0.000.840.08   0.27
XYZ27.702614.095339.2908
Yxy14.09530.34160.1738
Hunter Lab37.543766.0094-35.7685
CIE-Lab44.369371.2981-38.3031

#b91daa color RGB value is (185,29,170).

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

The process color (four color CMYK) of #b91daa color hex is 0.00, 0.84, 0.08, 0.27. Web safe color of #b91daa is #cc3399. Color #b91daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00011101 10101010
Octal 271 35 252
Decimal 185 29 170
Hex B9 1D AA

RGB Percentages of Color #b91daa

%48.18
%7.55
%44.27

CMYK Percentages of Color #b91daa

%0
%84
%8
%27

Triadic Colors of #b91daa

#b91daa #aab91d #1daab9

Analogous Colors of #b91daa

#b91daa #b91d5c #7a1db9

Monochromatic Colors of #b91daa

#b91daa

Complementary Color

#b91daa #1db92c

#b91daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b91daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b91daa Color CSS Codes

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

#b91daa Text Font Color

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

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


#b91daa Background Color

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

This div background color is #b91daa


#b91daa Border Color

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

This div border color is #b91daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b91daa


Comments

No comments written yet.

Please login to write comment.