Color Hex Logo

#b47fda Color Hex

#B47FDA
(180,127,218)
0 Favorites   0 Comments

Color spaces of #b47fda

RGB 180127218
HSL0.760.550.68
HSV275°42°85°
CMYK 0.170.420.00   0.15
XYZ39.066729.944070.0504
Yxy29.94400.28090.2153
Hunter Lab54.721131.6734-37.5944
CIE-Lab61.605937.2492-38.8522

#b47fda color RGB value is (180,127,218).

#b47fda hex color red value is 180, green value is 127 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b47fda hue: 0.76 , saturation: 0.55 and the lightness value of b47fda is 0.68.

The process color (four color CMYK) of #b47fda color hex is 0.17, 0.42, 0.00, 0.15. Web safe color of #b47fda is #cc66cc. Color #b47fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111111 11011010
Octal 264 177 332
Decimal 180 127 218
Hex B4 7F DA

RGB Percentages of Color #b47fda

%34.29
%24.19
%41.52

CMYK Percentages of Color #b47fda

%17
%42
%0
%15

Triadic Colors of #b47fda

#b47fda #dab47f #7fdab4

Analogous Colors of #b47fda

#b47fda #da7fd3 #877fda

Monochromatic Colors of #b47fda

#b47fda

Complementary Color

#b47fda #a5da7f

#b47fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47fda Color CSS Codes

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

#b47fda Text Font Color

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

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


#b47fda Background Color

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

This div background color is #b47fda


#b47fda Border Color

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

This div border color is #b47fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47fda


Comments

No comments written yet.

Please login to write comment.