Color Hex Logo

#b05479 Color Hex

#B05479
(176,84,121)
0 Favorites   0 Comments

Color spaces of #b05479

RGB 17684121
HSL0.930.370.51
HSV336°52°69°
CMYK 0.000.520.31   0.31
XYZ24.526016.951220.0684
Yxy16.95120.39850.2754
Hunter Lab41.171834.2815-0.0795
CIE-Lab48.198541.6040-3.1318

#b05479 color RGB value is (176,84,121).

#b05479 hex color red value is 176, green value is 84 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #b05479 hue: 0.93 , saturation: 0.37 and the lightness value of b05479 is 0.51.

The process color (four color CMYK) of #b05479 color hex is 0.00, 0.52, 0.31, 0.31. Web safe color of #b05479 is #996666. Color #b05479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010100 01111001
Octal 260 124 171
Decimal 176 84 121
Hex B0 54 79

RGB Percentages of Color #b05479

%46.19
%22.05
%31.76

CMYK Percentages of Color #b05479

%0
%52
%31
%31

Triadic Colors of #b05479

#b05479 #79b054 #5479b0

Analogous Colors of #b05479

#b05479 #b05d54 #b054a7

Monochromatic Colors of #b05479

#b05479

Complementary Color

#b05479 #54b08b

#b05479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05479 Color CSS Codes

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

#b05479 Text Font Color

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

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


#b05479 Background Color

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

This div background color is #b05479


#b05479 Border Color

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

This div border color is #b05479


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,84,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 #b05479">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05479


Comments

No comments written yet.

Please login to write comment.