Color Hex Logo

#b98fae Color Hex

#B98FAE
(185,143,174)
0 Favorites   0 Comments

Color spaces of #b98fae

RGB 185143174
HSL0.880.230.64
HSV316°23°73°
CMYK 0.000.230.06   0.27
XYZ37.470033.015244.4421
Yxy33.01520.32600.2873
Hunter Lab57.458915.8502-5.6372
CIE-Lab64.173221.0477-10.1274

#b98fae color RGB value is (185,143,174).

#b98fae hex color red value is 185, green value is 143 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b98fae hue: 0.88 , saturation: 0.23 and the lightness value of b98fae is 0.64.

The process color (four color CMYK) of #b98fae color hex is 0.00, 0.23, 0.06, 0.27. Web safe color of #b98fae is #cc9999. Color #b98fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001111 10101110
Octal 271 217 256
Decimal 185 143 174
Hex B9 8F AE

RGB Percentages of Color #b98fae

%36.85
%28.49
%34.66

CMYK Percentages of Color #b98fae

%0
%23
%6
%27

Triadic Colors of #b98fae

#b98fae #aeb98f #8faeb9

Analogous Colors of #b98fae

#b98fae #b98f99 #af8fb9

Monochromatic Colors of #b98fae

#b98fae

Complementary Color

#b98fae #8fb99a

#b98fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98fae Color CSS Codes

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

#b98fae Text Font Color

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

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


#b98fae Background Color

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

This div background color is #b98fae


#b98fae Border Color

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

This div border color is #b98fae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,143,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b98fae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b98fae;
  -webkit-box-shadow: 1px 1px 3px 2px #b98fae;
  box-shadow:         1px 1px 3px 2px #b98fae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,143,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98fae


Comments

No comments written yet.

Please login to write comment.