Color Hex Logo

#b937ac Color Hex

#B937AC
(185,55,172)
0 Favorites   0 Comments

Color spaces of #b937ac

RGB 18555172
HSL0.850.540.47
HSV306°70°73°
CMYK 0.000.700.07   0.27
XYZ28.820216.025240.6039
Yxy16.02520.33730.1875
Hunter Lab40.031558.4539-32.1157
CIE-Lab47.007564.3258-35.3232

#b937ac color RGB value is (185,55,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110111 10101100
Octal 271 67 254
Decimal 185 55 172
Hex B9 37 AC

RGB Percentages of Color #b937ac

%44.90
%13.35
%41.75

CMYK Percentages of Color #b937ac

%0
%70
%7
%27

Triadic Colors of #b937ac

#b937ac #acb937 #37acb9

Analogous Colors of #b937ac

#b937ac #b9376b #8537b9

Monochromatic Colors of #b937ac

#b937ac

Complementary Color

#b937ac #37b944

#b937ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b937ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b937ac Color CSS Codes

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

#b937ac Text Font Color

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

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


#b937ac Background Color

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

This div background color is #b937ac


#b937ac Border Color

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

This div border color is #b937ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b937ac


Comments

No comments written yet.

Please login to write comment.