Color Hex Logo

#b47cbf Color Hex

#B47CBF
(180,124,191)
0 Favorites   0 Comments

Color spaces of #b47cbf

RGB 180124191
HSL0.810.340.62
HSV290°35°75°
CMYK 0.060.350.00   0.25
XYZ35.434027.880252.8041
Yxy27.88020.30520.2401
Hunter Lab52.801727.3842-22.3315
CIE-Lab59.780433.2181-26.4767

#b47cbf color RGB value is (180,124,191).

#b47cbf hex color red value is 180, green value is 124 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b47cbf hue: 0.81 , saturation: 0.34 and the lightness value of b47cbf is 0.62.

The process color (four color CMYK) of #b47cbf color hex is 0.06, 0.35, 0.00, 0.25. Web safe color of #b47cbf is #cc66cc. Color #b47cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111100 10111111
Octal 264 174 277
Decimal 180 124 191
Hex B4 7C BF

RGB Percentages of Color #b47cbf

%36.36
%25.05
%38.59

CMYK Percentages of Color #b47cbf

%6
%35
%0
%25

Triadic Colors of #b47cbf

#b47cbf #bfb47c #7cbfb4

Analogous Colors of #b47cbf

#b47cbf #bf7ca9 #937cbf

Monochromatic Colors of #b47cbf

#b47cbf

Complementary Color

#b47cbf #87bf7c

#b47cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47cbf Color CSS Codes

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

#b47cbf Text Font Color

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

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


#b47cbf Background Color

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

This div background color is #b47cbf


#b47cbf Border Color

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

This div border color is #b47cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47cbf


Comments

No comments written yet.

Please login to write comment.