Color Hex Logo

#b72340 Color Hex

#B72340
(183,35,64)
0 Favorites   0 Comments

Color spaces of #b72340

RGB 1833564
HSL0.970.680.43
HSV348°81°72°
CMYK 0.000.810.65   0.28
XYZ21.054911.63955.9874
Yxy11.63950.54430.3009
Hunter Lab34.116750.455813.4764
CIE-Lab40.637358.408121.5965

#b72340 color RGB value is (183,35,64).

#b72340 hex color red value is 183, green value is 35 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b72340 hue: 0.97 , saturation: 0.68 and the lightness value of b72340 is 0.43.

The process color (four color CMYK) of #b72340 color hex is 0.00, 0.81, 0.65, 0.28. Web safe color of #b72340 is #cc3333. Color #b72340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100011 01000000
Octal 267 43 100
Decimal 183 35 64
Hex B7 23 40

RGB Percentages of Color #b72340

%64.89
%12.41
%22.70

CMYK Percentages of Color #b72340

%0
%81
%65
%28

Triadic Colors of #b72340

#b72340 #40b723 #2340b7

Analogous Colors of #b72340

#b72340 #b75023 #b7238a

Monochromatic Colors of #b72340

#b72340

Complementary Color

#b72340 #23b79a

#b72340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72340 Color CSS Codes

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

#b72340 Text Font Color

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

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


#b72340 Background Color

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

This div background color is #b72340


#b72340 Border Color

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

This div border color is #b72340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72340


Comments

No comments written yet.

Please login to write comment.