Color Hex Logo

#b53b6a Color Hex

#B53B6A
(181,59,106)
0 Favorites   0 Comments

Color spaces of #b53b6a

RGB 18159106
HSL0.940.510.47
HSV337°67°71°
CMYK 0.000.670.41   0.29
XYZ23.221513.992315.1125
Yxy13.99230.44380.2674
Hunter Lab37.406345.35032.2307
CIE-Lab44.221952.99770.2796

#b53b6a color RGB value is (181,59,106).

#b53b6a hex color red value is 181, green value is 59 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b53b6a hue: 0.94 , saturation: 0.51 and the lightness value of b53b6a is 0.47.

The process color (four color CMYK) of #b53b6a color hex is 0.00, 0.67, 0.41, 0.29. Web safe color of #b53b6a is #cc3366. Color #b53b6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111011 01101010
Octal 265 73 152
Decimal 181 59 106
Hex B5 3B 6A

RGB Percentages of Color #b53b6a

%52.31
%17.05
%30.64

CMYK Percentages of Color #b53b6a

%0
%67
%41
%29

Triadic Colors of #b53b6a

#b53b6a #6ab53b #3b6ab5

Analogous Colors of #b53b6a

#b53b6a #b5493b #b53ba7

Monochromatic Colors of #b53b6a

#b53b6a

Complementary Color

#b53b6a #3bb586

#b53b6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53b6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53b6a Color CSS Codes

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

#b53b6a Text Font Color

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

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


#b53b6a Background Color

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

This div background color is #b53b6a


#b53b6a Border Color

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

This div border color is #b53b6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53b6a


Comments

No comments written yet.

Please login to write comment.