Color Hex Logo

#b4615c Color Hex

#B4615C
(180,97,92)
0 Favorites   0 Comments

Color spaces of #b4615c

RGB 1809792
HSL0.010.370.53
HSV49°71°
CMYK 0.000.460.49   0.29
XYZ25.028919.025412.4783
Yxy19.02540.44270.3365
Hunter Lab43.618126.095013.5710
CIE-Lab50.716932.909717.8824

#b4615c color RGB value is (180,97,92).

#b4615c hex color red value is 180, green value is 97 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #b4615c hue: 0.01 , saturation: 0.37 and the lightness value of b4615c is 0.53.

The process color (four color CMYK) of #b4615c color hex is 0.00, 0.46, 0.49, 0.29. Web safe color of #b4615c is #cc6666. Color #b4615c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100001 01011100
Octal 264 141 134
Decimal 180 97 92
Hex B4 61 5C

RGB Percentages of Color #b4615c

%48.78
%26.29
%24.93

CMYK Percentages of Color #b4615c

%0
%46
%49
%29

Triadic Colors of #b4615c

#b4615c #5cb461 #615cb4

Analogous Colors of #b4615c

#b4615c #b48d5c #b45c83

Monochromatic Colors of #b4615c

#b4615c

Complementary Color

#b4615c #5cafb4

#b4615c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4615c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4615c Color CSS Codes

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

#b4615c Text Font Color

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

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


#b4615c Background Color

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

This div background color is #b4615c


#b4615c Border Color

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

This div border color is #b4615c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4615c


Comments

No comments written yet.

Please login to write comment.