Color Hex Logo

#b893aa Color Hex

#B893AA
(184,147,170)
0 Favorites   0 Comments

Color spaces of #b893aa

RGB 184147170
HSL0.900.210.65
HSV323°20°72°
CMYK 0.000.200.08   0.28
XYZ37.456633.960142.6110
Yxy33.96010.32850.2978
Hunter Lab58.275312.7496-2.5602
CIE-Lab64.930917.7382-6.7549

#b893aa color RGB value is (184,147,170).

#b893aa hex color red value is 184, green value is 147 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b893aa hue: 0.90 , saturation: 0.21 and the lightness value of b893aa is 0.65.

The process color (four color CMYK) of #b893aa color hex is 0.00, 0.20, 0.08, 0.28. Web safe color of #b893aa is #cc9999. Color #b893aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010011 10101010
Octal 270 223 252
Decimal 184 147 170
Hex B8 93 AA

RGB Percentages of Color #b893aa

%36.73
%29.34
%33.93

CMYK Percentages of Color #b893aa

%0
%20
%8
%28

Triadic Colors of #b893aa

#b893aa #aab893 #93aab8

Analogous Colors of #b893aa

#b893aa #b89398 #b493b8

Monochromatic Colors of #b893aa

#b893aa

Complementary Color

#b893aa #93b8a1

#b893aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b893aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b893aa Color CSS Codes

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

#b893aa Text Font Color

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

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


#b893aa Background Color

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

This div background color is #b893aa


#b893aa Border Color

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

This div border color is #b893aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b893aa


Comments

No comments written yet.

Please login to write comment.