Color Hex Logo

#b49bcf Color Hex

#B49BCF
(180,155,207)
0 Favorites   0 Comments

Color spaces of #b49bcf

RGB 180155207
HSL0.750.350.71
HSV269°25°81°
CMYK 0.130.250.00   0.19
XYZ41.806237.651064.0954
Yxy37.65100.29120.2623
Hunter Lab61.360414.2353-18.9804
CIE-Lab67.762619.2057-23.1991

#b49bcf color RGB value is (180,155,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011011 11001111
Octal 264 233 317
Decimal 180 155 207
Hex B4 9B CF

RGB Percentages of Color #b49bcf

%33.21
%28.60
%38.19

CMYK Percentages of Color #b49bcf

%13
%25
%0
%19

Triadic Colors of #b49bcf

#b49bcf #cfb49b #9bcfb4

Analogous Colors of #b49bcf

#b49bcf #ce9bcf #9b9ccf

Monochromatic Colors of #b49bcf

#b49bcf

Complementary Color

#b49bcf #b6cf9b

#b49bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49bcf Color CSS Codes

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

#b49bcf Text Font Color

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

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


#b49bcf Background Color

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

This div background color is #b49bcf


#b49bcf Border Color

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

This div border color is #b49bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49bcf


Comments

No comments written yet.

Please login to write comment.