Color Hex Logo

#b577fe Color Hex

#B577FE
(181,119,254)
0 Favorites   0 Comments

Color spaces of #b577fe

RGB 181119254
HSL0.740.990.73
HSV268°53°100°
CMYK 0.290.530.00   0.00
XYZ43.542330.173297.2950
Yxy30.17320.25460.1764
Hunter Lab54.930145.3665-66.5663
CIE-Lab61.803450.0843-58.4934

#b577fe color RGB value is (181,119,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110111 11111110
Octal 265 167 376
Decimal 181 119 254
Hex B5 77 FE

RGB Percentages of Color #b577fe

%32.67
%21.48
%45.85

CMYK Percentages of Color #b577fe

%29
%53
%0
%0

Triadic Colors of #b577fe

#b577fe #feb577 #77feb5

Analogous Colors of #b577fe

#b577fe #f977fe #777dfe

Monochromatic Colors of #b577fe

#b577fe

Complementary Color

#b577fe #c0fe77

#b577fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b577fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b577fe Color CSS Codes

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

#b577fe Text Font Color

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

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


#b577fe Background Color

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

This div background color is #b577fe


#b577fe Border Color

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

This div border color is #b577fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b577fe

Related Colors


Comments

No comments written yet.

Please login to write comment.