Color Hex Logo

#b47bdd Color Hex

#B47BDD
(180,123,221)
0 Favorites   0 Comments

Color spaces of #b47bdd

RGB 180123221
HSL0.760.590.67
HSV275°44°87°
CMYK 0.190.440.00   0.13
XYZ38.956529.089771.9682
Yxy29.08970.27820.2078
Hunter Lab53.934934.5424-41.3594
CIE-Lab60.860740.1112-41.6984

#b47bdd color RGB value is (180,123,221).

#b47bdd hex color red value is 180, green value is 123 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b47bdd hue: 0.76 , saturation: 0.59 and the lightness value of b47bdd is 0.67.

The process color (four color CMYK) of #b47bdd color hex is 0.19, 0.44, 0.00, 0.13. Web safe color of #b47bdd is #cc66cc. Color #b47bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111011 11011101
Octal 264 173 335
Decimal 180 123 221
Hex B4 7B DD

RGB Percentages of Color #b47bdd

%34.35
%23.47
%42.18

CMYK Percentages of Color #b47bdd

%19
%44
%0
%13

Triadic Colors of #b47bdd

#b47bdd #ddb47b #7bddb4

Analogous Colors of #b47bdd

#b47bdd #dd7bd5 #837bdd

Monochromatic Colors of #b47bdd

#b47bdd

Complementary Color

#b47bdd #a4dd7b

#b47bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47bdd Color CSS Codes

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

#b47bdd Text Font Color

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

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


#b47bdd Background Color

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

This div background color is #b47bdd


#b47bdd Border Color

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

This div border color is #b47bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47bdd


Comments

No comments written yet.

Please login to write comment.