Color Hex Logo

#b71250 Color Hex

#B71250
(183,18,80)
0 Favorites   0 Comments

Color spaces of #b71250

RGB 1831880
HSL0.940.820.39
HSV337°90°72°
CMYK 0.000.900.56   0.28
XYZ21.192711.07918.6109
Yxy11.07910.51840.2710
Hunter Lab33.285355.40157.9614
CIE-Lab39.713463.049210.2103

#b71250 color RGB value is (183,18,80).

#b71250 hex color red value is 183, green value is 18 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #b71250 hue: 0.94 , saturation: 0.82 and the lightness value of b71250 is 0.39.

The process color (four color CMYK) of #b71250 color hex is 0.00, 0.90, 0.56, 0.28. Web safe color of #b71250 is #cc0066. Color #b71250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010010 01010000
Octal 267 22 120
Decimal 183 18 80
Hex B7 12 50

RGB Percentages of Color #b71250

%65.12
%6.41
%28.47

CMYK Percentages of Color #b71250

%0
%90
%56
%28

Triadic Colors of #b71250

#b71250 #50b712 #1250b7

Analogous Colors of #b71250

#b71250 #b72712 #b712a3

Monochromatic Colors of #b71250

#b71250

Complementary Color

#b71250 #12b779

#b71250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71250 Color CSS Codes

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

#b71250 Text Font Color

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

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


#b71250 Background Color

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

This div background color is #b71250


#b71250 Border Color

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

This div border color is #b71250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71250


Comments

No comments written yet.

Please login to write comment.