Color Hex Logo

#b48cdd Color Hex

#B48CDD
(180,140,221)
0 Favorites   0 Comments

Color spaces of #b48cdd

RGB 180140221
HSL0.750.540.71
HSV270°37°87°
CMYK 0.190.370.00   0.13
XYZ41.251633.679972.7333
Yxy33.67990.27940.2281
Hunter Lab58.034425.3200-33.6829
CIE-Lab64.707730.6844-35.6809

#b48cdd color RGB value is (180,140,221).

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

The process color (four color CMYK) of #b48cdd color hex is 0.19, 0.37, 0.00, 0.13. Web safe color of #b48cdd is #cc99cc. Color #b48cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001100 11011101
Octal 264 214 335
Decimal 180 140 221
Hex B4 8C DD

RGB Percentages of Color #b48cdd

%33.27
%25.88
%40.85

CMYK Percentages of Color #b48cdd

%19
%37
%0
%13

Triadic Colors of #b48cdd

#b48cdd #ddb48c #8cddb4

Analogous Colors of #b48cdd

#b48cdd #dd8cdd #8c8ddd

Monochromatic Colors of #b48cdd

#b48cdd

Complementary Color

#b48cdd #b5dd8c

#b48cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48cdd Color CSS Codes

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

#b48cdd Text Font Color

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

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


#b48cdd Background Color

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

This div background color is #b48cdd


#b48cdd Border Color

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

This div border color is #b48cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48cdd


Comments

No comments written yet.

Please login to write comment.