Color Hex Logo

#b90757 Color Hex

#B90757
(185,7,87)
0 Favorites   0 Comments

Color spaces of #b90757

RGB 185787
HSL0.930.930.38
HSV333°96°73°
CMYK 0.000.960.53   0.27
XYZ21.803911.154410.0206
Yxy11.15440.50730.2595
Hunter Lab33.398258.08625.5897
CIE-Lab39.839365.39355.9774

#b90757 color RGB value is (185,7,87).

#b90757 hex color red value is 185, green value is 7 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #b90757 hue: 0.93 , saturation: 0.93 and the lightness value of b90757 is 0.38.

The process color (four color CMYK) of #b90757 color hex is 0.00, 0.96, 0.53, 0.27. Web safe color of #b90757 is #cc0066. Color #b90757 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000111 01010111
Octal 271 7 127
Decimal 185 7 87
Hex B9 7 57

RGB Percentages of Color #b90757

%66.31
%2.51
%31.18

CMYK Percentages of Color #b90757

%0
%96
%53
%27

Triadic Colors of #b90757

#b90757 #57b907 #0757b9

Analogous Colors of #b90757

#b90757 #b91007 #b907b0

Monochromatic Colors of #b90757

#b90757

Complementary Color

#b90757 #07b969

#b90757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90757 Color CSS Codes

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

#b90757 Text Font Color

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

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


#b90757 Background Color

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

This div background color is #b90757


#b90757 Border Color

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

This div border color is #b90757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90757


Comments

No comments written yet.

Please login to write comment.