Color Hex Logo

#b15fde Color Hex

#B15FDE
(177,95,222)
0 Favorites   0 Comments

Color spaces of #b15fde

RGB 17795222
HSL0.770.660.62
HSV279°57°87°
CMYK 0.200.570.00   0.13
XYZ35.408522.805571.6429
Yxy22.80550.27270.1756
Hunter Lab47.755148.7792-55.5191
CIE-Lab54.871454.2909-51.7619

#b15fde color RGB value is (177,95,222).

#b15fde hex color red value is 177, green value is 95 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b15fde hue: 0.77 , saturation: 0.66 and the lightness value of b15fde is 0.62.

The process color (four color CMYK) of #b15fde color hex is 0.20, 0.57, 0.00, 0.13. Web safe color of #b15fde is #9966cc. Color #b15fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011111 11011110
Octal 261 137 336
Decimal 177 95 222
Hex B1 5F DE

RGB Percentages of Color #b15fde

%35.83
%19.23
%44.94

CMYK Percentages of Color #b15fde

%20
%57
%0
%13

Triadic Colors of #b15fde

#b15fde #deb15f #5fdeb1

Analogous Colors of #b15fde

#b15fde #de5fcc #725fde

Monochromatic Colors of #b15fde

#b15fde

Complementary Color

#b15fde #8cde5f

#b15fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15fde Color CSS Codes

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

#b15fde Text Font Color

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

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


#b15fde Background Color

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

This div background color is #b15fde


#b15fde Border Color

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

This div border color is #b15fde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,95,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b15fde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b15fde;
  -webkit-box-shadow: 1px 1px 3px 2px #b15fde;
  box-shadow:         1px 1px 3px 2px #b15fde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,95,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15fde


Comments

No comments written yet.

Please login to write comment.