Color Hex Logo

#b49fce Color Hex

#B49FCE
(180,159,206)
0 Favorites   0 Comments

Color spaces of #b49fce

RGB 180159206
HSL0.740.320.72
HSV267°23°81°
CMYK 0.130.230.00   0.19
XYZ42.361138.955863.6791
Yxy38.95580.29220.2687
Hunter Lab62.414611.9234-16.8010
CIE-Lab68.719216.7572-21.1860

#b49fce color RGB value is (180,159,206).

#b49fce hex color red value is 180, green value is 159 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b49fce hue: 0.74 , saturation: 0.32 and the lightness value of b49fce is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011111 11001110
Octal 264 237 316
Decimal 180 159 206
Hex B4 9F CE

RGB Percentages of Color #b49fce

%33.03
%29.17
%37.80

CMYK Percentages of Color #b49fce

%13
%23
%0
%19

Triadic Colors of #b49fce

#b49fce #ceb49f #9fceb4

Analogous Colors of #b49fce

#b49fce #cc9fce #9fa2ce

Monochromatic Colors of #b49fce

#b49fce

Complementary Color

#b49fce #b9ce9f

#b49fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49fce Color CSS Codes

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

#b49fce Text Font Color

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

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


#b49fce Background Color

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

This div background color is #b49fce


#b49fce Border Color

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

This div border color is #b49fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49fce


Comments

No comments written yet.

Please login to write comment.