Color Hex Logo

#b897ad Color Hex

#B897AD
(184,151,173)
0 Favorites   0 Comments

Color spaces of #b897ad

RGB 184151173
HSL0.890.190.66
HSV320°18°72°
CMYK 0.000.180.06   0.28
XYZ38.376635.340744.3339
Yxy35.34070.32510.2994
Hunter Lab59.448011.1963-2.6024
CIE-Lab66.013116.0507-6.8347

#b897ad color RGB value is (184,151,173).

#b897ad hex color red value is 184, green value is 151 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b897ad hue: 0.89 , saturation: 0.19 and the lightness value of b897ad is 0.66.

The process color (four color CMYK) of #b897ad color hex is 0.00, 0.18, 0.06, 0.28. Web safe color of #b897ad is #cc9999. Color #b897ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010111 10101101
Octal 270 227 255
Decimal 184 151 173
Hex B8 97 AD

RGB Percentages of Color #b897ad

%36.22
%29.72
%34.06

CMYK Percentages of Color #b897ad

%0
%18
%6
%28

Triadic Colors of #b897ad

#b897ad #adb897 #97adb8

Analogous Colors of #b897ad

#b897ad #b8979d #b397b8

Monochromatic Colors of #b897ad

#b897ad

Complementary Color

#b897ad #97b8a2

#b897ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b897ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b897ad Color CSS Codes

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

#b897ad Text Font Color

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

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


#b897ad Background Color

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

This div background color is #b897ad


#b897ad Border Color

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

This div border color is #b897ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b897ad


Comments

No comments written yet.

Please login to write comment.