Color Hex Logo

#b937aa Color Hex

#B937AA
(185,55,170)
0 Favorites   0 Comments

Color spaces of #b937aa

RGB 18555170
HSL0.850.540.47
HSV307°70°73°
CMYK 0.000.700.08   0.27
XYZ28.629515.948939.5997
Yxy15.94890.34010.1895
Hunter Lab39.936158.0755-30.8354
CIE-Lab46.907464.0149-34.2992

#b937aa color RGB value is (185,55,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110111 10101010
Octal 271 67 252
Decimal 185 55 170
Hex B9 37 AA

RGB Percentages of Color #b937aa

%45.12
%13.41
%41.46

CMYK Percentages of Color #b937aa

%0
%70
%8
%27

Triadic Colors of #b937aa

#b937aa #aab937 #37aab9

Analogous Colors of #b937aa

#b937aa #b93769 #8737b9

Monochromatic Colors of #b937aa

#b937aa

Complementary Color

#b937aa #37b946

#b937aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b937aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b937aa Color CSS Codes

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

#b937aa Text Font Color

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

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


#b937aa Background Color

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

This div background color is #b937aa


#b937aa Border Color

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

This div border color is #b937aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b937aa


Comments

No comments written yet.

Please login to write comment.