Color Hex Logo

#b52747 Color Hex

#B52747
(181,39,71)
0 Favorites   0 Comments

Color spaces of #b52747

RGB 1813971
HSL0.960.650.43
HSV346°78°71°
CMYK 0.000.780.61   0.29
XYZ20.918911.72977.1228
Yxy11.72970.52600.2949
Hunter Lab34.248649.091811.6433
CIE-Lab40.783357.126317.3161

#b52747 color RGB value is (181,39,71).

#b52747 hex color red value is 181, green value is 39 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #b52747 hue: 0.96 , saturation: 0.65 and the lightness value of b52747 is 0.43.

The process color (four color CMYK) of #b52747 color hex is 0.00, 0.78, 0.61, 0.29. Web safe color of #b52747 is #cc3333. Color #b52747 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100111 01000111
Octal 265 47 107
Decimal 181 39 71
Hex B5 27 47

RGB Percentages of Color #b52747

%62.20
%13.40
%24.40

CMYK Percentages of Color #b52747

%0
%78
%61
%29

Triadic Colors of #b52747

#b52747 #47b527 #2747b5

Analogous Colors of #b52747

#b52747 #b54e27 #b5278e

Monochromatic Colors of #b52747

#b52747

Complementary Color

#b52747 #27b595

#b52747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52747 Color CSS Codes

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

#b52747 Text Font Color

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

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


#b52747 Background Color

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

This div background color is #b52747


#b52747 Border Color

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

This div border color is #b52747


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,39,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b52747; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b52747;
  -webkit-box-shadow: 1px 1px 3px 2px #b52747;
  box-shadow:         1px 1px 3px 2px #b52747; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,39,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52747


Comments

No comments written yet.

Please login to write comment.