Color Hex Logo

#b53358 Color Hex

#B53358
(181,51,88)
0 Favorites   0 Comments

Color spaces of #b53358

RGB 1815188
HSL0.950.560.45
HSV343°72°71°
CMYK 0.000.720.51   0.29
XYZ22.001312.896010.5621
Yxy12.89600.48400.2837
Hunter Lab35.911046.51597.6994
CIE-Lab42.606154.38859.1497

#b53358 color RGB value is (181,51,88).

#b53358 hex color red value is 181, green value is 51 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #b53358 hue: 0.95 , saturation: 0.56 and the lightness value of b53358 is 0.45.

The process color (four color CMYK) of #b53358 color hex is 0.00, 0.72, 0.51, 0.29. Web safe color of #b53358 is #cc3366. Color #b53358 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110011 01011000
Octal 265 63 130
Decimal 181 51 88
Hex B5 33 58

RGB Percentages of Color #b53358

%56.56
%15.94
%27.50

CMYK Percentages of Color #b53358

%0
%72
%51
%29

Triadic Colors of #b53358

#b53358 #58b533 #3358b5

Analogous Colors of #b53358

#b53358 #b54f33 #b53399

Monochromatic Colors of #b53358

#b53358

Complementary Color

#b53358 #33b590

#b53358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53358 Color CSS Codes

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

#b53358 Text Font Color

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

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


#b53358 Background Color

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

This div background color is #b53358


#b53358 Border Color

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

This div border color is #b53358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53358


Comments

No comments written yet.

Please login to write comment.