Color Hex Logo

#b48fcb Color Hex

#B48FCB
(180,143,203)
0 Favorites   0 Comments

Color spaces of #b48fcb

RGB 180143203
HSL0.770.370.68
HSV277°30°80°
CMYK 0.110.300.00   0.20
XYZ39.424333.660060.9191
Yxy33.66000.29420.2512
Hunter Lab58.017219.7655-21.6435
CIE-Lab64.691825.0787-25.6777

#b48fcb color RGB value is (180,143,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001111 11001011
Octal 264 217 313
Decimal 180 143 203
Hex B4 8F CB

RGB Percentages of Color #b48fcb

%34.22
%27.19
%38.59

CMYK Percentages of Color #b48fcb

%11
%30
%0
%20

Triadic Colors of #b48fcb

#b48fcb #cbb48f #8fcbb4

Analogous Colors of #b48fcb

#b48fcb #cb8fc4 #968fcb

Monochromatic Colors of #b48fcb

#b48fcb

Complementary Color

#b48fcb #a6cb8f

#b48fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48fcb Color CSS Codes

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

#b48fcb Text Font Color

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

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


#b48fcb Background Color

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

This div background color is #b48fcb


#b48fcb Border Color

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

This div border color is #b48fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48fcb


Comments

No comments written yet.

Please login to write comment.