Color Hex Logo

#b4376f Color Hex

#B4376F
(180,55,111)
0 Favorites   0 Comments

Color spaces of #b4376f

RGB 18055111
HSL0.930.530.46
HSV333°69°71°
CMYK 0.000.690.38   0.29
XYZ23.057813.583416.4455
Yxy13.58340.43430.2559
Hunter Lab36.855747.1765-0.6570
CIE-Lab43.629554.8151-3.7011

#b4376f color RGB value is (180,55,111).

#b4376f hex color red value is 180, green value is 55 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b4376f hue: 0.93 , saturation: 0.53 and the lightness value of b4376f is 0.46.

The process color (four color CMYK) of #b4376f color hex is 0.00, 0.69, 0.38, 0.29. Web safe color of #b4376f is #cc3366. Color #b4376f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110111 01101111
Octal 264 67 157
Decimal 180 55 111
Hex B4 37 6F

RGB Percentages of Color #b4376f

%52.02
%15.90
%32.08

CMYK Percentages of Color #b4376f

%0
%69
%38
%29

Triadic Colors of #b4376f

#b4376f #6fb437 #376fb4

Analogous Colors of #b4376f

#b4376f #b43e37 #b437ae

Monochromatic Colors of #b4376f

#b4376f

Complementary Color

#b4376f #37b47c

#b4376f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4376f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4376f Color CSS Codes

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

#b4376f Text Font Color

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

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


#b4376f Background Color

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

This div background color is #b4376f


#b4376f Border Color

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

This div border color is #b4376f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,55,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4376f


Comments

No comments written yet.

Please login to write comment.