Color Hex Logo

#b53854 Color Hex

#B53854
(181,56,84)
0 Favorites   0 Comments

Color spaces of #b53854

RGB 1815684
HSL0.960.530.46
HSV347°69°71°
CMYK 0.000.690.54   0.29
XYZ22.070513.29229.7899
Yxy13.29220.48880.2944
Hunter Lab36.458544.25449.6003
CIE-Lab43.200352.149112.4705

#b53854 color RGB value is (181,56,84).

#b53854 hex color red value is 181, green value is 56 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #b53854 hue: 0.96 , saturation: 0.53 and the lightness value of b53854 is 0.46.

The process color (four color CMYK) of #b53854 color hex is 0.00, 0.69, 0.54, 0.29. Web safe color of #b53854 is #cc3366. Color #b53854 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111000 01010100
Octal 265 70 124
Decimal 181 56 84
Hex B5 38 54

RGB Percentages of Color #b53854

%56.39
%17.45
%26.17

CMYK Percentages of Color #b53854

%0
%69
%54
%29

Triadic Colors of #b53854

#b53854 #54b538 #3854b5

Analogous Colors of #b53854

#b53854 #b55b38 #b53893

Monochromatic Colors of #b53854

#b53854

Complementary Color

#b53854 #38b599

#b53854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53854 Color CSS Codes

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

#b53854 Text Font Color

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

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


#b53854 Background Color

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

This div background color is #b53854


#b53854 Border Color

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

This div border color is #b53854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53854


Comments

No comments written yet.

Please login to write comment.