Color Hex Logo

#b53044 Color Hex

#B53044
(181,48,68)
0 Favorites   0 Comments

Color spaces of #b53044

RGB 1814868
HSL0.970.580.45
HSV351°73°71°
CMYK 0.000.730.62   0.29
XYZ21.156412.35506.7385
Yxy12.35500.52560.3070
Hunter Lab35.149745.926213.2384
CIE-Lab41.774953.990320.5019

#b53044 color RGB value is (181,48,68).

#b53044 hex color red value is 181, green value is 48 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #b53044 hue: 0.97 , saturation: 0.58 and the lightness value of b53044 is 0.45.

The process color (four color CMYK) of #b53044 color hex is 0.00, 0.73, 0.62, 0.29. Web safe color of #b53044 is #cc3333. Color #b53044 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110000 01000100
Octal 265 60 104
Decimal 181 48 68
Hex B5 30 44

RGB Percentages of Color #b53044

%60.94
%16.16
%22.90

CMYK Percentages of Color #b53044

%0
%73
%62
%29

Triadic Colors of #b53044

#b53044 #44b530 #3044b5

Analogous Colors of #b53044

#b53044 #b55f30 #b53087

Monochromatic Colors of #b53044

#b53044

Complementary Color

#b53044 #30b5a1

#b53044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53044 Color CSS Codes

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

#b53044 Text Font Color

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

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


#b53044 Background Color

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

This div background color is #b53044


#b53044 Border Color

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

This div border color is #b53044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53044


Comments

No comments written yet.

Please login to write comment.