Color Hex Logo

#b388bf Color Hex

#B388BF
(179,136,191)
0 Favorites   0 Comments

Color spaces of #b388bf

RGB 179136191
HSL0.800.300.64
HSV287°29°75°
CMYK 0.060.290.00   0.25
XYZ36.798530.953653.3254
Yxy30.95360.30390.2557
Hunter Lab55.636020.6998-17.8825
CIE-Lab62.468426.1926-22.3574

#b388bf color RGB value is (179,136,191).

#b388bf hex color red value is 179, green value is 136 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b388bf hue: 0.80 , saturation: 0.30 and the lightness value of b388bf is 0.64.

The process color (four color CMYK) of #b388bf color hex is 0.06, 0.29, 0.00, 0.25. Web safe color of #b388bf is #cc99cc. Color #b388bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001000 10111111
Octal 263 210 277
Decimal 179 136 191
Hex B3 88 BF

RGB Percentages of Color #b388bf

%35.38
%26.88
%37.75

CMYK Percentages of Color #b388bf

%6
%29
%0
%25

Triadic Colors of #b388bf

#b388bf #bfb388 #88bfb3

Analogous Colors of #b388bf

#b388bf #bf88b0 #9888bf

Monochromatic Colors of #b388bf

#b388bf

Complementary Color

#b388bf #94bf88

#b388bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b388bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b388bf Color CSS Codes

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

#b388bf Text Font Color

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

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


#b388bf Background Color

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

This div background color is #b388bf


#b388bf Border Color

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

This div border color is #b388bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b388bf


Comments

No comments written yet.

Please login to write comment.