Color Hex Logo

#b48cbe Color Hex

#B48CBE
(180,140,190)
0 Favorites   0 Comments

Color spaces of #b48cbe

RGB 180140190
HSL0.800.280.65
HSV288°26°75°
CMYK 0.050.260.00   0.25
XYZ37.494732.177252.9498
Yxy32.17720.30580.2624
Hunter Lab56.725018.7183-15.6367
CIE-Lab63.489124.0772-20.2267

#b48cbe color RGB value is (180,140,190).

#b48cbe hex color red value is 180, green value is 140 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b48cbe hue: 0.80 , saturation: 0.28 and the lightness value of b48cbe is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001100 10111110
Octal 264 214 276
Decimal 180 140 190
Hex B4 8C BE

RGB Percentages of Color #b48cbe

%35.29
%27.45
%37.25

CMYK Percentages of Color #b48cbe

%5
%26
%0
%25

Triadic Colors of #b48cbe

#b48cbe #beb48c #8cbeb4

Analogous Colors of #b48cbe

#b48cbe #be8caf #9b8cbe

Monochromatic Colors of #b48cbe

#b48cbe

Complementary Color

#b48cbe #96be8c

#b48cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48cbe Color CSS Codes

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

#b48cbe Text Font Color

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

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


#b48cbe Background Color

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

This div background color is #b48cbe


#b48cbe Border Color

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

This div border color is #b48cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,140,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 #b48cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48cbe


Comments

No comments written yet.

Please login to write comment.