Color Hex Logo

#b49acf Color Hex

#B49ACF
(180,154,207)
0 Favorites   0 Comments

Color spaces of #b49acf

RGB 180154207
HSL0.750.360.71
HSV269°26°81°
CMYK 0.130.260.00   0.19
XYZ41.640537.319564.0402
Yxy37.31950.29120.2610
Hunter Lab61.089714.7638-19.3908
CIE-Lab67.516019.7653-23.5760

#b49acf color RGB value is (180,154,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011010 11001111
Octal 264 232 317
Decimal 180 154 207
Hex B4 9A CF

RGB Percentages of Color #b49acf

%33.27
%28.47
%38.26

CMYK Percentages of Color #b49acf

%13
%26
%0
%19

Triadic Colors of #b49acf

#b49acf #cfb49a #9acfb4

Analogous Colors of #b49acf

#b49acf #cf9acf #9a9bcf

Monochromatic Colors of #b49acf

#b49acf

Complementary Color

#b49acf #b5cf9a

#b49acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49acf Color CSS Codes

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

#b49acf Text Font Color

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

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


#b49acf Background Color

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

This div background color is #b49acf


#b49acf Border Color

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

This div border color is #b49acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49acf


Comments

No comments written yet.

Please login to write comment.