Color Hex Logo

#b93759 Color Hex

#B93759
(185,55,89)
0 Favorites   0 Comments

Color spaces of #b93759

RGB 1855589
HSL0.960.540.47
HSV344°70°73°
CMYK 0.000.700.52   0.27
XYZ23.176913.767910.8871
Yxy13.76790.48450.2878
Hunter Lab37.105146.56218.5772
CIE-Lab43.898254.192610.4444

#b93759 color RGB value is (185,55,89).

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

The process color (four color CMYK) of #b93759 color hex is 0.00, 0.70, 0.52, 0.27. Web safe color of #b93759 is #cc3366. Color #b93759 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110111 01011001
Octal 271 67 131
Decimal 185 55 89
Hex B9 37 59

RGB Percentages of Color #b93759

%56.23
%16.72
%27.05

CMYK Percentages of Color #b93759

%0
%70
%52
%27

Triadic Colors of #b93759

#b93759 #59b937 #3759b9

Analogous Colors of #b93759

#b93759 #b95637 #b9379a

Monochromatic Colors of #b93759

#b93759

Complementary Color

#b93759 #37b997

#b93759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93759 Color CSS Codes

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

#b93759 Text Font Color

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

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


#b93759 Background Color

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

This div background color is #b93759


#b93759 Border Color

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

This div border color is #b93759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93759


Comments

No comments written yet.

Please login to write comment.