Color Hex Logo

#b471fe Color Hex

#B471FE
(180,113,254)
0 Favorites   0 Comments

Color spaces of #b471fe

RGB 180113254
HSL0.750.990.72
HSV269°56°100°
CMYK 0.290.560.00   0.00
XYZ42.616928.669397.0535
Yxy28.66930.25320.1703
Hunter Lab53.543748.3715-69.9886
CIE-Lab60.488753.0011-60.6007

#b471fe color RGB value is (180,113,254).

#b471fe hex color red value is 180, green value is 113 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b471fe hue: 0.75 , saturation: 0.99 and the lightness value of b471fe is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110001 11111110
Octal 264 161 376
Decimal 180 113 254
Hex B4 71 FE

RGB Percentages of Color #b471fe

%32.91
%20.66
%46.44

CMYK Percentages of Color #b471fe

%29
%56
%0
%0

Triadic Colors of #b471fe

#b471fe #feb471 #71feb4

Analogous Colors of #b471fe

#b471fe #fb71fe #7175fe

Monochromatic Colors of #b471fe

#b471fe

Complementary Color

#b471fe #bbfe71

#b471fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b471fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b471fe Color CSS Codes

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

#b471fe Text Font Color

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

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


#b471fe Background Color

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

This div background color is #b471fe


#b471fe Border Color

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

This div border color is #b471fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b471fe


Comments

No comments written yet.

Please login to write comment.