Color Hex Logo

#b576fe Color Hex

#B576FE
(181,118,254)
0 Favorites   0 Comments

Color spaces of #b576fe

RGB 181118254
HSL0.740.990.73
HSV268°54°100°
CMYK 0.290.540.00   0.00
XYZ43.423929.936497.2555
Yxy29.93640.25450.1755
Hunter Lab54.714245.9167-67.0892
CIE-Lab61.599350.6143-58.8192

#b576fe color RGB value is (181,118,254).

#b576fe hex color red value is 181, green value is 118 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b576fe hue: 0.74 , saturation: 0.99 and the lightness value of b576fe is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110110 11111110
Octal 265 166 376
Decimal 181 118 254
Hex B5 76 FE

RGB Percentages of Color #b576fe

%32.73
%21.34
%45.93

CMYK Percentages of Color #b576fe

%29
%54
%0
%0

Triadic Colors of #b576fe

#b576fe #feb576 #76feb5

Analogous Colors of #b576fe

#b576fe #f976fe #767bfe

Monochromatic Colors of #b576fe

#b576fe

Complementary Color

#b576fe #bffe76

#b576fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b576fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b576fe Color CSS Codes

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

#b576fe Text Font Color

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

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


#b576fe Background Color

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

This div background color is #b576fe


#b576fe Border Color

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

This div border color is #b576fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b576fe


Comments

No comments written yet.

Please login to write comment.