Color Hex Logo

#b85569 Color Hex

#B85569
(184,85,105)
0 Favorites   0 Comments

Color spaces of #b85569

RGB 18485105
HSL0.970.410.53
HSV348°54°72°
CMYK 0.000.540.43   0.28
XYZ25.565517.707315.4350
Yxy17.70730.43550.3016
Hunter Lab42.080034.80667.7084
CIE-Lab49.139241.98458.0262

#b85569 color RGB value is (184,85,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010101 01101001
Octal 270 125 151
Decimal 184 85 105
Hex B8 55 69

RGB Percentages of Color #b85569

%49.20
%22.73
%28.07

CMYK Percentages of Color #b85569

%0
%54
%43
%28

Triadic Colors of #b85569

#b85569 #69b855 #5569b8

Analogous Colors of #b85569

#b85569 #b87355 #b8559b

Monochromatic Colors of #b85569

#b85569

Complementary Color

#b85569 #55b8a4

#b85569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85569 Color CSS Codes

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

#b85569 Text Font Color

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

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


#b85569 Background Color

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

This div background color is #b85569


#b85569 Border Color

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

This div border color is #b85569


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,85,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85569


Comments

No comments written yet.

Please login to write comment.