Color Hex Logo

#b4495c Color Hex

#B4495C
(180,73,92)
0 Favorites   0 Comments

Color spaces of #b4495c

RGB 1807392
HSL0.970.420.50
HSV349°59°71°
CMYK 0.000.590.49   0.29
XYZ23.136715.241111.8476
Yxy15.24110.46070.3035
Hunter Lab39.039937.46719.3349
CIE-Lab45.962745.113411.3505

#b4495c color RGB value is (180,73,92).

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

The process color (four color CMYK) of #b4495c color hex is 0.00, 0.59, 0.49, 0.29. Web safe color of #b4495c is #cc3366. Color #b4495c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001001 01011100
Octal 264 111 134
Decimal 180 73 92
Hex B4 49 5C

RGB Percentages of Color #b4495c

%52.17
%21.16
%26.67

CMYK Percentages of Color #b4495c

%0
%59
%49
%29

Triadic Colors of #b4495c

#b4495c #5cb449 #495cb4

Analogous Colors of #b4495c

#b4495c #b46c49 #b44992

Monochromatic Colors of #b4495c

#b4495c

Complementary Color

#b4495c #49b4a1

#b4495c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4495c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4495c Color CSS Codes

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

#b4495c Text Font Color

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

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


#b4495c Background Color

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

This div background color is #b4495c


#b4495c Border Color

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

This div border color is #b4495c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,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 #b4495c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4495c


Comments

No comments written yet.

Please login to write comment.