Color Hex Logo

#b48fcf Color Hex

#B48FCF
(180,143,207)
0 Favorites   0 Comments

Color spaces of #b48fcf

RGB 180143207
HSL0.760.400.69
HSV275°31°81°
CMYK 0.130.310.00   0.19
XYZ39.907333.853263.4625
Yxy33.85320.29080.2467
Hunter Lab58.183520.6097-23.9409
CIE-Lab64.845925.9311-27.6744

#b48fcf color RGB value is (180,143,207).

#b48fcf hex color red value is 180, green value is 143 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b48fcf hue: 0.76 , saturation: 0.40 and the lightness value of b48fcf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001111 11001111
Octal 264 217 317
Decimal 180 143 207
Hex B4 8F CF

RGB Percentages of Color #b48fcf

%33.96
%26.98
%39.06

CMYK Percentages of Color #b48fcf

%13
%31
%0
%19

Triadic Colors of #b48fcf

#b48fcf #cfb48f #8fcfb4

Analogous Colors of #b48fcf

#b48fcf #cf8fca #948fcf

Monochromatic Colors of #b48fcf

#b48fcf

Complementary Color

#b48fcf #aacf8f

#b48fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48fcf Color CSS Codes

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

#b48fcf Text Font Color

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

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


#b48fcf Background Color

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

This div background color is #b48fcf


#b48fcf Border Color

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

This div border color is #b48fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48fcf


Comments

No comments written yet.

Please login to write comment.