Color Hex Logo

#b7144f Color Hex

#B7144F
(183,20,79)
0 Favorites   0 Comments

Color spaces of #b7144f

RGB 1832079
HSL0.940.800.40
HSV338°89°72°
CMYK 0.000.890.57   0.28
XYZ21.189911.13218.4290
Yxy11.13210.52000.2732
Hunter Lab33.364854.97658.3768
CIE-Lab39.802162.653510.9721

#b7144f color RGB value is (183,20,79).

#b7144f hex color red value is 183, green value is 20 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #b7144f hue: 0.94 , saturation: 0.80 and the lightness value of b7144f is 0.40.

The process color (four color CMYK) of #b7144f color hex is 0.00, 0.89, 0.57, 0.28. Web safe color of #b7144f is #cc0066. Color #b7144f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010100 01001111
Octal 267 24 117
Decimal 183 20 79
Hex B7 14 4F

RGB Percentages of Color #b7144f

%64.89
%7.09
%28.01

CMYK Percentages of Color #b7144f

%0
%89
%57
%28

Triadic Colors of #b7144f

#b7144f #4fb714 #144fb7

Analogous Colors of #b7144f

#b7144f #b72a14 #b714a1

Monochromatic Colors of #b7144f

#b7144f

Complementary Color

#b7144f #14b77c

#b7144f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7144f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7144f Color CSS Codes

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

#b7144f Text Font Color

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

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


#b7144f Background Color

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

This div background color is #b7144f


#b7144f Border Color

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

This div border color is #b7144f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7144f


Comments

No comments written yet.

Please login to write comment.