Color Hex Logo

#b87885 Color Hex

#B87885
(184,120,133)
0 Favorites   0 Comments

Color spaces of #b87885

RGB 184120133
HSL0.970.310.60
HSV348°35°72°
CMYK 0.000.350.28   0.28
XYZ30.717325.316725.4579
Yxy25.31670.37690.3107
Hunter Lab50.315720.92025.2224
CIE-Lab57.382726.81963.3105

#b87885 color RGB value is (184,120,133).

#b87885 hex color red value is 184, green value is 120 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #b87885 hue: 0.97 , saturation: 0.31 and the lightness value of b87885 is 0.60.

The process color (four color CMYK) of #b87885 color hex is 0.00, 0.35, 0.28, 0.28. Web safe color of #b87885 is #cc6699. Color #b87885 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111000 10000101
Octal 270 170 205
Decimal 184 120 133
Hex B8 78 85

RGB Percentages of Color #b87885

%42.11
%27.46
%30.43

CMYK Percentages of Color #b87885

%0
%35
%28
%28

Triadic Colors of #b87885

#b87885 #85b878 #7885b8

Analogous Colors of #b87885

#b87885 #b88b78 #b878a5

Monochromatic Colors of #b87885

#b87885

Complementary Color

#b87885 #78b8ab

#b87885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87885 Color CSS Codes

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

#b87885 Text Font Color

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

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


#b87885 Background Color

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

This div background color is #b87885


#b87885 Border Color

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

This div border color is #b87885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87885


Comments

No comments written yet.

Please login to write comment.