Color Hex Logo

#b387aa Color Hex

#B387AA
(179,135,170)
0 Favorites   0 Comments

Color spaces of #b387aa

RGB 179135170
HSL0.870.220.62
HSV312°25°70°
CMYK 0.000.250.05   0.30
XYZ34.510129.813941.9660
Yxy29.81390.32470.2805
Hunter Lab54.602117.2634-7.3475
CIE-Lab61.493322.6794-11.9398

#b387aa color RGB value is (179,135,170).

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

The process color (four color CMYK) of #b387aa color hex is 0.00, 0.25, 0.05, 0.30. Web safe color of #b387aa is #cc9999. Color #b387aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000111 10101010
Octal 263 207 252
Decimal 179 135 170
Hex B3 87 AA

RGB Percentages of Color #b387aa

%36.98
%27.89
%35.12

CMYK Percentages of Color #b387aa

%0
%25
%5
%30

Triadic Colors of #b387aa

#b387aa #aab387 #87aab3

Analogous Colors of #b387aa

#b387aa #b38794 #a687b3

Monochromatic Colors of #b387aa

#b387aa

Complementary Color

#b387aa #87b390

#b387aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b387aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b387aa Color CSS Codes

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

#b387aa Text Font Color

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

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


#b387aa Background Color

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

This div background color is #b387aa


#b387aa Border Color

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

This div border color is #b387aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b387aa


Comments

No comments written yet.

Please login to write comment.