Color Hex Logo

#b7495c Color Hex

#B7495C
(183,73,92)
0 Favorites   0 Comments

Color spaces of #b7495c

RGB 1837392
HSL0.970.430.50
HSV350°60°72°
CMYK 0.000.600.50   0.28
XYZ23.842715.605111.8806
Yxy15.60510.46450.3040
Hunter Lab39.503338.60519.8209
CIE-Lab46.452146.147612.1057

#b7495c color RGB value is (183,73,92).

#b7495c hex color red value is 183, green value is 73 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #b7495c hue: 0.97 , saturation: 0.43 and the lightness value of b7495c is 0.50.

The process color (four color CMYK) of #b7495c color hex is 0.00, 0.60, 0.50, 0.28. Web safe color of #b7495c is #cc3366. Color #b7495c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001001 01011100
Octal 267 111 134
Decimal 183 73 92
Hex B7 49 5C

RGB Percentages of Color #b7495c

%52.59
%20.98
%26.44

CMYK Percentages of Color #b7495c

%0
%60
%50
%28

Triadic Colors of #b7495c

#b7495c #5cb749 #495cb7

Analogous Colors of #b7495c

#b7495c #b76d49 #b74993

Monochromatic Colors of #b7495c

#b7495c

Complementary Color

#b7495c #49b7a4

#b7495c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7495c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7495c Color CSS Codes

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

#b7495c Text Font Color

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

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


#b7495c Background Color

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

This div background color is #b7495c


#b7495c Border Color

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

This div border color is #b7495c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,73,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7495c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7495c;
  -webkit-box-shadow: 1px 1px 3px 2px #b7495c;
  box-shadow:         1px 1px 3px 2px #b7495c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,73,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7495c


Comments

No comments written yet.

Please login to write comment.