color codes Logo

#b47dbf color codes

#B47DBF
(180,125,191)
0 Favorites   0 Comments

Color spaces of #b47dbf

RGB 180125191
HSL0.810.340.62
HSV290°35°75°
CMYK 0.060.350.00   0.25
XYZ35.560028.132152.8460
Yxy28.13210.30510.2414
Hunter Lab53.039726.8543-21.9457
CIE-Lab60.007932.6633-26.1259

#b47dbf color RGB value is (180,125,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111101 10111111
Octal 264 175 277
Decimal 180 125 191
Hex B4 7D BF

RGB Percentages of Color #b47dbf

%36.29
%25.20
%38.51

CMYK Percentages of Color #b47dbf

%6
%35
%0
%25

Triadic Colors of #b47dbf

#b47dbf #bfb47d #7dbfb4

Analogous Colors of #b47dbf

#b47dbf #bf7da9 #937dbf

Monochromatic Colors of #b47dbf

#b47dbf

Complementary Color

#b47dbf #88bf7d

#b47dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47dbf Color CSS Codes

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

#b47dbf Text Font Color

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

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


#b47dbf Background Color

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

This div background color is #b47dbf


#b47dbf Border Color

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

This div border color is #b47dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47dbf


Comments

No comments written yet.

Please login to write comment.