Color Hex Logo

#b895ad Color Hex

#B895AD
(184,149,173)
1 Favorites   0 Comments

Color spaces of #b895ad

RGB 184149173
HSL0.890.200.65
HSV319°19°72°
CMYK 0.000.190.06   0.28
XYZ38.057434.702444.2275
Yxy34.70240.32530.2966
Hunter Lab58.908712.2278-3.2776
CIE-Lab65.516317.1644-7.5725

#b895ad color RGB value is (184,149,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010101 10101101
Octal 270 225 255
Decimal 184 149 173
Hex B8 95 AD

RGB Percentages of Color #b895ad

%36.36
%29.45
%34.19

CMYK Percentages of Color #b895ad

%0
%19
%6
%28

Triadic Colors of #b895ad

#b895ad #adb895 #95adb8

Analogous Colors of #b895ad

#b895ad #b8959c #b295b8

Monochromatic Colors of #b895ad

#b895ad

Complementary Color

#b895ad #95b8a0

#b895ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b895ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b895ad Color CSS Codes

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

#b895ad Text Font Color

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

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


#b895ad Background Color

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

This div background color is #b895ad


#b895ad Border Color

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

This div border color is #b895ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b895ad

#b895ad Color Palettes


Comments

No comments written yet.

Please login to write comment.