Color Hex Logo

#b15eda Color Hex

#B15EDA
(177,94,218)
0 Favorites   0 Comments

Color spaces of #b15eda

RGB 17794218
HSL0.780.630.61
HSV280°57°85°
CMYK 0.190.570.00   0.15
XYZ34.789122.414568.8225
Yxy22.41450.27600.1779
Hunter Lab47.344048.3128-53.0473
CIE-Lab54.464153.9366-50.1509

#b15eda color RGB value is (177,94,218).

#b15eda hex color red value is 177, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b15eda hue: 0.78 , saturation: 0.63 and the lightness value of b15eda is 0.61.

The process color (four color CMYK) of #b15eda color hex is 0.19, 0.57, 0.00, 0.15. Web safe color of #b15eda is #9966cc. Color #b15eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011110 11011010
Octal 261 136 332
Decimal 177 94 218
Hex B1 5E DA

RGB Percentages of Color #b15eda

%36.20
%19.22
%44.58

CMYK Percentages of Color #b15eda

%19
%57
%0
%15

Triadic Colors of #b15eda

#b15eda #dab15e #5edab1

Analogous Colors of #b15eda

#b15eda #da5ec5 #735eda

Monochromatic Colors of #b15eda

#b15eda

Complementary Color

#b15eda #87da5e

#b15eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15eda Color CSS Codes

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

#b15eda Text Font Color

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

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


#b15eda Background Color

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

This div background color is #b15eda


#b15eda Border Color

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

This div border color is #b15eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15eda


Comments

No comments written yet.

Please login to write comment.