Color Hex Logo

#b287aa Color Hex

#B287AA
(178,135,170)
0 Favorites   0 Comments

Color spaces of #b287aa

RGB 178135170
HSL0.860.220.61
HSV311°24°70°
CMYK 0.000.240.04   0.30
XYZ34.279829.695241.9552
Yxy29.69520.32360.2803
Hunter Lab54.493316.9247-7.5029
CIE-Lab61.390322.3280-12.1049

#b287aa color RGB value is (178,135,170).

#b287aa hex color red value is 178, green value is 135 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b287aa hue: 0.86 , saturation: 0.22 and the lightness value of b287aa is 0.61.

The process color (four color CMYK) of #b287aa color hex is 0.00, 0.24, 0.04, 0.30. Web safe color of #b287aa is #999999. Color #b287aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000111 10101010
Octal 262 207 252
Decimal 178 135 170
Hex B2 87 AA

RGB Percentages of Color #b287aa

%36.85
%27.95
%35.20

CMYK Percentages of Color #b287aa

%0
%24
%4
%30

Triadic Colors of #b287aa

#b287aa #aab287 #87aab2

Analogous Colors of #b287aa

#b287aa #b28795 #a587b2

Monochromatic Colors of #b287aa

#b287aa

Complementary Color

#b287aa #87b28f

#b287aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b287aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b287aa Color CSS Codes

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

#b287aa Text Font Color

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

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


#b287aa Background Color

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

This div background color is #b287aa


#b287aa Border Color

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

This div border color is #b287aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b287aa


Comments

No comments written yet.

Please login to write comment.