Color Hex Logo

#b937af Color Hex

#B937AF
(185,55,175)
0 Favorites   0 Comments

Color spaces of #b937af

RGB 18555175
HSL0.850.540.47
HSV305°70°73°
CMYK 0.000.700.05   0.27
XYZ29.111616.141842.1388
Yxy16.14180.33310.1847
Hunter Lab40.176959.0291-34.0615
CIE-Lab47.160064.7970-36.8520

#b937af color RGB value is (185,55,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110111 10101111
Octal 271 67 257
Decimal 185 55 175
Hex B9 37 AF

RGB Percentages of Color #b937af

%44.58
%13.25
%42.17

CMYK Percentages of Color #b937af

%0
%70
%5
%27

Triadic Colors of #b937af

#b937af #afb937 #37afb9

Analogous Colors of #b937af

#b937af #b9376e #8237b9

Monochromatic Colors of #b937af

#b937af

Complementary Color

#b937af #37b941

#b937af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b937af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b937af Color CSS Codes

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

#b937af Text Font Color

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

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


#b937af Background Color

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

This div background color is #b937af


#b937af Border Color

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

This div border color is #b937af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b937af


Comments

No comments written yet.

Please login to write comment.