Color Hex Logo

#b85479 Color Hex

#B85479
(184,84,121)
0 Favorites   0 Comments

Color spaces of #b85479

RGB 18484121
HSL0.940.410.53
HSV338°54°72°
CMYK 0.000.540.34   0.28
XYZ26.388717.911520.1556
Yxy17.91150.40940.2779
Hunter Lab42.322037.23531.3889
CIE-Lab49.388644.3370-1.2445

#b85479 color RGB value is (184,84,121).

#b85479 hex color red value is 184, green value is 84 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #b85479 hue: 0.94 , saturation: 0.41 and the lightness value of b85479 is 0.53.

The process color (four color CMYK) of #b85479 color hex is 0.00, 0.54, 0.34, 0.28. Web safe color of #b85479 is #cc6666. Color #b85479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010100 01111001
Octal 270 124 171
Decimal 184 84 121
Hex B8 54 79

RGB Percentages of Color #b85479

%47.30
%21.59
%31.11

CMYK Percentages of Color #b85479

%0
%54
%34
%28

Triadic Colors of #b85479

#b85479 #79b854 #5479b8

Analogous Colors of #b85479

#b85479 #b86154 #b854ab

Monochromatic Colors of #b85479

#b85479

Complementary Color

#b85479 #54b893

#b85479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85479 Color CSS Codes

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

#b85479 Text Font Color

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

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


#b85479 Background Color

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

This div background color is #b85479


#b85479 Border Color

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

This div border color is #b85479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85479


Comments

No comments written yet.

Please login to write comment.