Color Hex Logo

#b93999 Color Hex

#B93999
(185,57,153)
0 Favorites   0 Comments

Color spaces of #b93999

RGB 18557153
HSL0.880.530.47
HSV315°69°73°
CMYK 0.000.690.17   0.27
XYZ27.220515.540531.7019
Yxy15.54050.36560.2087
Hunter Lab39.421454.2667-20.0848
CIE-Lab46.365860.7583-25.0305

#b93999 color RGB value is (185,57,153).

#b93999 hex color red value is 185, green value is 57 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #b93999 hue: 0.88 , saturation: 0.53 and the lightness value of b93999 is 0.47.

The process color (four color CMYK) of #b93999 color hex is 0.00, 0.69, 0.17, 0.27. Web safe color of #b93999 is #cc3399. Color #b93999 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111001 10011001
Octal 271 71 231
Decimal 185 57 153
Hex B9 39 99

RGB Percentages of Color #b93999

%46.84
%14.43
%38.73

CMYK Percentages of Color #b93999

%0
%69
%17
%27

Triadic Colors of #b93999

#b93999 #99b939 #3999b9

Analogous Colors of #b93999

#b93999 #b93959 #9939b9

Monochromatic Colors of #b93999

#b93999

Complementary Color

#b93999 #39b959

#b93999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93999 Color CSS Codes

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

#b93999 Text Font Color

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

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


#b93999 Background Color

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

This div background color is #b93999


#b93999 Border Color

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

This div border color is #b93999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93999


Comments

No comments written yet.

Please login to write comment.