Color Hex Logo

#b387ab Color Hex

#B387AB
(179,135,171)
0 Favorites   0 Comments

Color spaces of #b387ab

RGB 179135171
HSL0.860.220.62
HSV311°25°70°
CMYK 0.000.250.04   0.30
XYZ34.605129.851942.4662
Yxy29.85190.32360.2792
Hunter Lab54.636917.4411-7.8370
CIE-Lab61.526222.8646-12.4591

#b387ab color RGB value is (179,135,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000111 10101011
Octal 263 207 253
Decimal 179 135 171
Hex B3 87 AB

RGB Percentages of Color #b387ab

%36.91
%27.84
%35.26

CMYK Percentages of Color #b387ab

%0
%25
%4
%30

Triadic Colors of #b387ab

#b387ab #abb387 #87abb3

Analogous Colors of #b387ab

#b387ab #b38795 #a587b3

Monochromatic Colors of #b387ab

#b387ab

Complementary Color

#b387ab #87b38f

#b387ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b387ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b387ab Color CSS Codes

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

#b387ab Text Font Color

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

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


#b387ab Background Color

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

This div background color is #b387ab


#b387ab Border Color

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

This div border color is #b387ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,135,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b387ab


Comments

No comments written yet.

Please login to write comment.