Color Hex Logo

#b85575 Color Hex

#B85575
(184,85,117)
0 Favorites   0 Comments

Color spaces of #b85575

RGB 18485117
HSL0.950.410.53
HSV341°54°72°
CMYK 0.000.540.36   0.28
XYZ26.226517.971718.9162
Yxy17.97170.41550.2847
Hunter Lab42.393036.24143.2193
CIE-Lab49.461843.35201.2676

#b85575 color RGB value is (184,85,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010101 01110101
Octal 270 125 165
Decimal 184 85 117
Hex B8 55 75

RGB Percentages of Color #b85575

%47.67
%22.02
%30.31

CMYK Percentages of Color #b85575

%0
%54
%36
%28

Triadic Colors of #b85575

#b85575 #75b855 #5575b8

Analogous Colors of #b85575

#b85575 #b86755 #b855a7

Monochromatic Colors of #b85575

#b85575

Complementary Color

#b85575 #55b898

#b85575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85575 Color CSS Codes

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

#b85575 Text Font Color

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

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


#b85575 Background Color

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

This div background color is #b85575


#b85575 Border Color

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

This div border color is #b85575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85575


Comments

No comments written yet.

Please login to write comment.