Color Hex Logo

#b576fb Color Hex

#B576FB
(181,118,251)
0 Favorites   0 Comments

Color spaces of #b576fb

RGB 181118251
HSL0.750.940.72
HSV268°53°98°
CMYK 0.280.530.00   0.02
XYZ42.947129.745794.7447
Yxy29.74570.25650.1777
Hunter Lab54.539645.1151-64.8192
CIE-Lab61.434249.9114-57.4319

#b576fb color RGB value is (181,118,251).

#b576fb hex color red value is 181, green value is 118 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b576fb hue: 0.75 , saturation: 0.94 and the lightness value of b576fb is 0.72.

The process color (four color CMYK) of #b576fb color hex is 0.28, 0.53, 0.00, 0.02. Web safe color of #b576fb is #cc66ff. Color #b576fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110110 11111011
Octal 265 166 373
Decimal 181 118 251
Hex B5 76 FB

RGB Percentages of Color #b576fb

%32.91
%21.45
%45.64

CMYK Percentages of Color #b576fb

%28
%53
%0
%2

Triadic Colors of #b576fb

#b576fb #fbb576 #76fbb5

Analogous Colors of #b576fb

#b576fb #f876fb #767afb

Monochromatic Colors of #b576fb

#b576fb

Complementary Color

#b576fb #bcfb76

#b576fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b576fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b576fb Color CSS Codes

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

#b576fb Text Font Color

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

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


#b576fb Background Color

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

This div background color is #b576fb


#b576fb Border Color

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

This div border color is #b576fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,118,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b576fb

Related Colors


Comments

No comments written yet.

Please login to write comment.