Color Hex Logo

#b38fbe Color Hex

#B38FBE
(179,143,190)
0 Favorites   0 Comments

Color spaces of #b38fbe

RGB 179143190
HSL0.790.270.65
HSV286°25°75°
CMYK 0.060.250.00   0.25
XYZ37.707132.946353.0871
Yxy32.94630.30470.2663
Hunter Lab57.398916.8142-14.6570
CIE-Lab64.117422.0600-19.2792

#b38fbe color RGB value is (179,143,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001111 10111110
Octal 263 217 276
Decimal 179 143 190
Hex B3 8F BE

RGB Percentages of Color #b38fbe

%34.96
%27.93
%37.11

CMYK Percentages of Color #b38fbe

%6
%25
%0
%25

Triadic Colors of #b38fbe

#b38fbe #beb38f #8fbeb3

Analogous Colors of #b38fbe

#b38fbe #be8fb2 #9c8fbe

Monochromatic Colors of #b38fbe

#b38fbe

Complementary Color

#b38fbe #9abe8f

#b38fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38fbe Color CSS Codes

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

#b38fbe Text Font Color

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

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


#b38fbe Background Color

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

This div background color is #b38fbe


#b38fbe Border Color

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

This div border color is #b38fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38fbe


Comments

No comments written yet.

Please login to write comment.