Color Hex Logo

#b48dcd Color Hex

#B48DCD
(180,141,205)
0 Favorites   0 Comments

Color spaces of #b48dcd

RGB 180141205
HSL0.770.390.68
HSV277°31°80°
CMYK 0.120.310.00   0.20
XYZ39.366733.160862.0834
Yxy33.16080.29240.2463
Hunter Lab57.585421.2522-23.6113
CIE-Lab64.290926.6250-27.4122

#b48dcd color RGB value is (180,141,205).

#b48dcd hex color red value is 180, green value is 141 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b48dcd hue: 0.77 , saturation: 0.39 and the lightness value of b48dcd is 0.68.

The process color (four color CMYK) of #b48dcd color hex is 0.12, 0.31, 0.00, 0.20. Web safe color of #b48dcd is #cc99cc. Color #b48dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001101 11001101
Octal 264 215 315
Decimal 180 141 205
Hex B4 8D CD

RGB Percentages of Color #b48dcd

%34.22
%26.81
%38.97

CMYK Percentages of Color #b48dcd

%12
%31
%0
%20

Triadic Colors of #b48dcd

#b48dcd #cdb48d #8dcdb4

Analogous Colors of #b48dcd

#b48dcd #cd8dc6 #948dcd

Monochromatic Colors of #b48dcd

#b48dcd

Complementary Color

#b48dcd #a6cd8d

#b48dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48dcd Color CSS Codes

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

#b48dcd Text Font Color

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

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


#b48dcd Background Color

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

This div background color is #b48dcd


#b48dcd Border Color

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

This div border color is #b48dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48dcd


Comments

No comments written yet.

Please login to write comment.