Color Hex Logo

#b47dfe Color Hex

#B47DFE
(180,125,254)
0 Favorites   0 Comments

Color spaces of #b47dfe

RGB 180125254
HSL0.740.980.74
HSV266°51°100°
CMYK 0.290.510.00   0.00
XYZ44.045431.526397.5297
Yxy31.52630.25440.1821
Hunter Lab56.148341.7644-63.6831
CIE-Lab62.949446.6233-56.6723

#b47dfe color RGB value is (180,125,254).

#b47dfe hex color red value is 180, green value is 125 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b47dfe hue: 0.74 , saturation: 0.98 and the lightness value of b47dfe is 0.74.

The process color (four color CMYK) of #b47dfe color hex is 0.29, 0.51, 0.00, 0.00. Web safe color of #b47dfe is #cc66ff. Color #b47dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111101 11111110
Octal 264 175 376
Decimal 180 125 254
Hex B4 7D FE

RGB Percentages of Color #b47dfe

%32.20
%22.36
%45.44

CMYK Percentages of Color #b47dfe

%29
%51
%0
%0

Triadic Colors of #b47dfe

#b47dfe #feb47d #7dfeb4

Analogous Colors of #b47dfe

#b47dfe #f57dfe #7d87fe

Monochromatic Colors of #b47dfe

#b47dfe

Complementary Color

#b47dfe #c7fe7d

#b47dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47dfe Color CSS Codes

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

#b47dfe Text Font Color

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

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


#b47dfe Background Color

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

This div background color is #b47dfe


#b47dfe Border Color

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

This div border color is #b47dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.