Color Hex Logo

#b47fdf Color Hex

#B47FDF
(180,127,223)
0 Favorites   0 Comments

Color spaces of #b47fdf

RGB 180127223
HSL0.760.600.69
HSV273°43°87°
CMYK 0.190.430.00   0.13
XYZ39.731030.209873.5490
Yxy30.20980.27690.2105
Hunter Lab54.963432.8449-40.8641
CIE-Lab61.834838.3576-41.2852

#b47fdf color RGB value is (180,127,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111111 11011111
Octal 264 177 337
Decimal 180 127 223
Hex B4 7F DF

RGB Percentages of Color #b47fdf

%33.96
%23.96
%42.08

CMYK Percentages of Color #b47fdf

%19
%43
%0
%13

Triadic Colors of #b47fdf

#b47fdf #dfb47f #7fdfb4

Analogous Colors of #b47fdf

#b47fdf #df7fda #847fdf

Monochromatic Colors of #b47fdf

#b47fdf

Complementary Color

#b47fdf #aadf7f

#b47fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47fdf Color CSS Codes

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

#b47fdf Text Font Color

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

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


#b47fdf Background Color

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

This div background color is #b47fdf


#b47fdf Border Color

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

This div border color is #b47fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47fdf


Comments

No comments written yet.

Please login to write comment.