Color Hex Logo

#b48bdc Color Hex

#B48BDC
(180,139,220)
0 Favorites   0 Comments

Color spaces of #b48bdc

RGB 180139220
HSL0.750.540.70
HSV270°37°86°
CMYK 0.180.370.00   0.14
XYZ40.973333.335871.9851
Yxy33.33580.28010.2279
Hunter Lab57.737225.6329-33.5051
CIE-Lab64.431931.0200-35.5548

#b48bdc color RGB value is (180,139,220).

#b48bdc hex color red value is 180, green value is 139 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b48bdc hue: 0.75 , saturation: 0.54 and the lightness value of b48bdc is 0.70.

The process color (four color CMYK) of #b48bdc color hex is 0.18, 0.37, 0.00, 0.14. Web safe color of #b48bdc is #cc99cc. Color #b48bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001011 11011100
Octal 264 213 334
Decimal 180 139 220
Hex B4 8B DC

RGB Percentages of Color #b48bdc

%33.40
%25.79
%40.82

CMYK Percentages of Color #b48bdc

%18
%37
%0
%14

Triadic Colors of #b48bdc

#b48bdc #dcb48b #8bdcb4

Analogous Colors of #b48bdc

#b48bdc #dc8bdc #8c8bdc

Monochromatic Colors of #b48bdc

#b48bdc

Complementary Color

#b48bdc #b3dc8b

#b48bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48bdc Color CSS Codes

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

#b48bdc Text Font Color

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

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


#b48bdc Background Color

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

This div background color is #b48bdc


#b48bdc Border Color

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

This div border color is #b48bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48bdc


Comments

No comments written yet.

Please login to write comment.