Color Hex Logo

#b93baa Color Hex

#B93BAA
(185,59,170)
0 Favorites   0 Comments

Color spaces of #b93baa

RGB 18559170
HSL0.850.520.48
HSV307°68°73°
CMYK 0.000.680.08   0.27
XYZ28.827216.344539.6656
Yxy16.34450.33980.1927
Hunter Lab40.428356.5289-29.8716
CIE-Lab47.423362.5610-33.4889

#b93baa color RGB value is (185,59,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111011 10101010
Octal 271 73 252
Decimal 185 59 170
Hex B9 3B AA

RGB Percentages of Color #b93baa

%44.69
%14.25
%41.06

CMYK Percentages of Color #b93baa

%0
%68
%8
%27

Triadic Colors of #b93baa

#b93baa #aab93b #3baab9

Analogous Colors of #b93baa

#b93baa #b93b6b #893bb9

Monochromatic Colors of #b93baa

#b93baa

Complementary Color

#b93baa #3bb94a

#b93baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93baa Color CSS Codes

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

#b93baa Text Font Color

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

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


#b93baa Background Color

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

This div background color is #b93baa


#b93baa Border Color

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

This div border color is #b93baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93baa


Comments

No comments written yet.

Please login to write comment.