Color Hex Logo

#b937b5 Color Hex

#B937B5
(185,55,181)
0 Favorites   0 Comments

Color spaces of #b937b5

RGB 18555181
HSL0.840.540.47
HSV302°70°73°
CMYK 0.000.700.02   0.27
XYZ29.714316.382945.3122
Yxy16.38290.32510.1792
Hunter Lab40.475860.2087-38.0414
CIE-Lab47.472965.7583-39.8830

#b937b5 color RGB value is (185,55,181).

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

The process color (four color CMYK) of #b937b5 color hex is 0.00, 0.70, 0.02, 0.27. Web safe color of #b937b5 is #cc33cc. Color #b937b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110111 10110101
Octal 271 67 265
Decimal 185 55 181
Hex B9 37 B5

RGB Percentages of Color #b937b5

%43.94
%13.06
%42.99

CMYK Percentages of Color #b937b5

%0
%70
%2
%27

Triadic Colors of #b937b5

#b937b5 #b5b937 #37b5b9

Analogous Colors of #b937b5

#b937b5 #b93774 #7c37b9

Monochromatic Colors of #b937b5

#b937b5

Complementary Color

#b937b5 #37b93b

#b937b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b937b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b937b5 Color CSS Codes

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

#b937b5 Text Font Color

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

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


#b937b5 Background Color

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

This div background color is #b937b5


#b937b5 Border Color

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

This div border color is #b937b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b937b5


Comments

No comments written yet.

Please login to write comment.