Color Hex Logo

#b48ca5 Color Hex

#B48CA5
(180,140,165)
0 Favorites   0 Comments

Color spaces of #b48ca5

RGB 180140165
HSL0.900.210.63
HSV323°22°71°
CMYK 0.000.220.08   0.29
XYZ34.992031.176139.7706
Yxy31.17610.33030.2943
Hunter Lab55.835614.1532-3.1462
CIE-Lab62.656019.3205-7.3515

#b48ca5 color RGB value is (180,140,165).

#b48ca5 hex color red value is 180, green value is 140 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #b48ca5 hue: 0.90 , saturation: 0.21 and the lightness value of b48ca5 is 0.63.

The process color (four color CMYK) of #b48ca5 color hex is 0.00, 0.22, 0.08, 0.29. Web safe color of #b48ca5 is #cc9999. Color #b48ca5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001100 10100101
Octal 264 214 245
Decimal 180 140 165
Hex B4 8C A5

RGB Percentages of Color #b48ca5

%37.11
%28.87
%34.02

CMYK Percentages of Color #b48ca5

%0
%22
%8
%29

Triadic Colors of #b48ca5

#b48ca5 #a5b48c #8ca5b4

Analogous Colors of #b48ca5

#b48ca5 #b48c91 #af8cb4

Monochromatic Colors of #b48ca5

#b48ca5

Complementary Color

#b48ca5 #8cb49b

#b48ca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48ca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48ca5 Color CSS Codes

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

#b48ca5 Text Font Color

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

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


#b48ca5 Background Color

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

This div background color is #b48ca5


#b48ca5 Border Color

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

This div border color is #b48ca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48ca5


Comments

No comments written yet.

Please login to write comment.