Color Hex Logo

#b9335e Color Hex

#B9335E
(185,51,94)
0 Favorites   0 Comments

Color spaces of #b9335e

RGB 1855194
HSL0.950.570.46
HSV341°72°73°
CMYK 0.000.720.49   0.27
XYZ23.211813.490111.9701
Yxy13.49010.47690.2772
Hunter Lab36.728948.53246.3873
CIE-Lab43.492656.09766.7638

#b9335e color RGB value is (185,51,94).

#b9335e hex color red value is 185, green value is 51 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b9335e hue: 0.95 , saturation: 0.57 and the lightness value of b9335e is 0.46.

The process color (four color CMYK) of #b9335e color hex is 0.00, 0.72, 0.49, 0.27. Web safe color of #b9335e is #cc3366. Color #b9335e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110011 01011110
Octal 271 63 136
Decimal 185 51 94
Hex B9 33 5E

RGB Percentages of Color #b9335e

%56.06
%15.45
%28.48

CMYK Percentages of Color #b9335e

%0
%72
%49
%27

Triadic Colors of #b9335e

#b9335e #5eb933 #335eb9

Analogous Colors of #b9335e

#b9335e #b94b33 #b933a1

Monochromatic Colors of #b9335e

#b9335e

Complementary Color

#b9335e #33b98e

#b9335e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9335e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9335e Color CSS Codes

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

#b9335e Text Font Color

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

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


#b9335e Background Color

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

This div background color is #b9335e


#b9335e Border Color

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

This div border color is #b9335e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9335e


Comments

No comments written yet.

Please login to write comment.