Color Hex Logo

#b71260 Color Hex

#B71260
(183,18,96)
0 Favorites   0 Comments

Color spaces of #b71260

RGB 1831896
HSL0.920.820.39
HSV332°90°72°
CMYK 0.000.900.48   0.28
XYZ21.856111.344412.1041
Yxy11.34440.48240.2504
Hunter Lab33.681456.88722.2700
CIE-Lab40.154664.27870.6524

#b71260 color RGB value is (183,18,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010010 01100000
Octal 267 22 140
Decimal 183 18 96
Hex B7 12 60

RGB Percentages of Color #b71260

%61.62
%6.06
%32.32

CMYK Percentages of Color #b71260

%0
%90
%48
%28

Triadic Colors of #b71260

#b71260 #60b712 #1260b7

Analogous Colors of #b71260

#b71260 #b71712 #b712b3

Monochromatic Colors of #b71260

#b71260

Complementary Color

#b71260 #12b769

#b71260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71260 Color CSS Codes

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

#b71260 Text Font Color

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

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


#b71260 Background Color

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

This div background color is #b71260


#b71260 Border Color

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

This div border color is #b71260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71260


Comments

No comments written yet.

Please login to write comment.