Color Hex Logo

#b93e5a Color Hex

#B93E5A
(185,62,90)
0 Favorites   0 Comments

Color spaces of #b93e5a

RGB 1856290
HSL0.960.500.48
HSV346°66°73°
CMYK 0.000.660.51   0.27
XYZ23.575714.497711.2286
Yxy14.49770.47820.2941
Hunter Lab38.075843.89049.1684
CIE-Lab44.938451.490511.2772

#b93e5a color RGB value is (185,62,90).

#b93e5a hex color red value is 185, green value is 62 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b93e5a hue: 0.96 , saturation: 0.50 and the lightness value of b93e5a is 0.48.

The process color (four color CMYK) of #b93e5a color hex is 0.00, 0.66, 0.51, 0.27. Web safe color of #b93e5a is #cc3366. Color #b93e5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111110 01011010
Octal 271 76 132
Decimal 185 62 90
Hex B9 3E 5A

RGB Percentages of Color #b93e5a

%54.90
%18.40
%26.71

CMYK Percentages of Color #b93e5a

%0
%66
%51
%27

Triadic Colors of #b93e5a

#b93e5a #5ab93e #3e5ab9

Analogous Colors of #b93e5a

#b93e5a #b9603e #b93e98

Monochromatic Colors of #b93e5a

#b93e5a

Complementary Color

#b93e5a #3eb99d

#b93e5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93e5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93e5a Color CSS Codes

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

#b93e5a Text Font Color

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

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


#b93e5a Background Color

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

This div background color is #b93e5a


#b93e5a Border Color

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

This div border color is #b93e5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93e5a


Comments

No comments written yet.

Please login to write comment.