Color Hex Logo

#b48fa8 Color Hex

#B48FA8
(180,143,168)
0 Favorites   0 Comments

Color spaces of #b48fa8

RGB 180143168
HSL0.890.200.63
HSV319°21°71°
CMYK 0.000.210.07   0.29
XYZ35.712732.175441.3740
Yxy32.17540.32690.2945
Hunter Lab56.723413.1167-3.5397
CIE-Lab63.487618.1796-7.8138

#b48fa8 color RGB value is (180,143,168).

#b48fa8 hex color red value is 180, green value is 143 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #b48fa8 hue: 0.89 , saturation: 0.20 and the lightness value of b48fa8 is 0.63.

The process color (four color CMYK) of #b48fa8 color hex is 0.00, 0.21, 0.07, 0.29. Web safe color of #b48fa8 is #cc9999. Color #b48fa8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001111 10101000
Octal 264 217 250
Decimal 180 143 168
Hex B4 8F A8

RGB Percentages of Color #b48fa8

%36.66
%29.12
%34.22

CMYK Percentages of Color #b48fa8

%0
%21
%7
%29

Triadic Colors of #b48fa8

#b48fa8 #a8b48f #8fa8b4

Analogous Colors of #b48fa8

#b48fa8 #b48f96 #ae8fb4

Monochromatic Colors of #b48fa8

#b48fa8

Complementary Color

#b48fa8 #8fb49b

#b48fa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48fa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48fa8 Color CSS Codes

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

#b48fa8 Text Font Color

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

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


#b48fa8 Background Color

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

This div background color is #b48fa8


#b48fa8 Border Color

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

This div border color is #b48fa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48fa8


Comments

No comments written yet.

Please login to write comment.