Color Hex Logo

#b52347 Color Hex

#B52347
(181,35,71)
0 Favorites   0 Comments

Color spaces of #b52347

RGB 1813571
HSL0.960.680.42
HSV345°81°71°
CMYK 0.000.810.61   0.29
XYZ20.794411.48087.0813
Yxy11.48080.52840.2917
Hunter Lab33.883350.250711.3273
CIE-Lab40.378758.269816.7754

#b52347 color RGB value is (181,35,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100011 01000111
Octal 265 43 107
Decimal 181 35 71
Hex B5 23 47

RGB Percentages of Color #b52347

%63.07
%12.20
%24.74

CMYK Percentages of Color #b52347

%0
%81
%61
%29

Triadic Colors of #b52347

#b52347 #47b523 #2347b5

Analogous Colors of #b52347

#b52347 #b54823 #b52390

Monochromatic Colors of #b52347

#b52347

Complementary Color

#b52347 #23b591

#b52347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52347 Color CSS Codes

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

#b52347 Text Font Color

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

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


#b52347 Background Color

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

This div background color is #b52347


#b52347 Border Color

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

This div border color is #b52347


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,35,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 #b52347">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52347


Comments

No comments written yet.

Please login to write comment.