Color Hex Logo

#b53079 Color Hex

#B53079
(181,48,121)
0 Favorites   0 Comments

Color spaces of #b53079

RGB 18148121
HSL0.910.580.45
HSV327°73°71°
CMYK 0.000.730.33   0.29
XYZ23.564213.318119.4178
Yxy13.31810.41850.2366
Hunter Lab36.494051.3932-6.0014
CIE-Lab43.238758.7658-10.4397

#b53079 color RGB value is (181,48,121).

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

The process color (four color CMYK) of #b53079 color hex is 0.00, 0.73, 0.33, 0.29. Web safe color of #b53079 is #cc3366. Color #b53079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110000 01111001
Octal 265 60 171
Decimal 181 48 121
Hex B5 30 79

RGB Percentages of Color #b53079

%51.71
%13.71
%34.57

CMYK Percentages of Color #b53079

%0
%73
%33
%29

Triadic Colors of #b53079

#b53079 #79b530 #3079b5

Analogous Colors of #b53079

#b53079 #b53037 #af30b5

Monochromatic Colors of #b53079

#b53079

Complementary Color

#b53079 #30b56c

#b53079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53079 Color CSS Codes

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

#b53079 Text Font Color

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

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


#b53079 Background Color

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

This div background color is #b53079


#b53079 Border Color

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

This div border color is #b53079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53079


Comments

No comments written yet.

Please login to write comment.