Color Hex Logo

#b38fbc Color Hex

#B38FBC
(179,143,188)
0 Favorites   0 Comments

Color spaces of #b38fbc

RGB 179143188
HSL0.800.250.65
HSV288°24°74°
CMYK 0.050.240.00   0.26
XYZ37.490032.859551.9435
Yxy32.85950.30660.2687
Hunter Lab57.323216.4253-13.5995
CIE-Lab64.047021.6570-18.2621

#b38fbc color RGB value is (179,143,188).

#b38fbc hex color red value is 179, green value is 143 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b38fbc hue: 0.80 , saturation: 0.25 and the lightness value of b38fbc is 0.65.

The process color (four color CMYK) of #b38fbc color hex is 0.05, 0.24, 0.00, 0.26. Web safe color of #b38fbc is #cc99cc. Color #b38fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001111 10111100
Octal 263 217 274
Decimal 179 143 188
Hex B3 8F BC

RGB Percentages of Color #b38fbc

%35.10
%28.04
%36.86

CMYK Percentages of Color #b38fbc

%5
%24
%0
%26

Triadic Colors of #b38fbc

#b38fbc #bcb38f #8fbcb3

Analogous Colors of #b38fbc

#b38fbc #bc8faf #9d8fbc

Monochromatic Colors of #b38fbc

#b38fbc

Complementary Color

#b38fbc #98bc8f

#b38fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38fbc Color CSS Codes

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

#b38fbc Text Font Color

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

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


#b38fbc Background Color

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

This div background color is #b38fbc


#b38fbc Border Color

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

This div border color is #b38fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38fbc


Comments

No comments written yet.

Please login to write comment.