Color Hex Logo

#b48fcd Color Hex

#B48FCD
(180,143,205)
0 Favorites   0 Comments

Color spaces of #b48fcd

RGB 180143205
HSL0.770.380.68
HSV276°30°80°
CMYK 0.120.300.00   0.20
XYZ39.664333.756062.1826
Yxy33.75600.29250.2489
Hunter Lab58.099920.1855-22.7864
CIE-Lab64.768425.5035-26.6771

#b48fcd color RGB value is (180,143,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001111 11001101
Octal 264 217 315
Decimal 180 143 205
Hex B4 8F CD

RGB Percentages of Color #b48fcd

%34.09
%27.08
%38.83

CMYK Percentages of Color #b48fcd

%12
%30
%0
%20

Triadic Colors of #b48fcd

#b48fcd #cdb48f #8fcdb4

Analogous Colors of #b48fcd

#b48fcd #cd8fc7 #958fcd

Monochromatic Colors of #b48fcd

#b48fcd

Complementary Color

#b48fcd #a8cd8f

#b48fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48fcd Color CSS Codes

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

#b48fcd Text Font Color

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

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


#b48fcd Background Color

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

This div background color is #b48fcd


#b48fcd Border Color

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

This div border color is #b48fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48fcd


Comments

No comments written yet.

Please login to write comment.