Color Hex Logo

#b19efa Color Hex

#B19EFA
(177,158,250)
0 Favorites   0 Comments

Color spaces of #b19efa

RGB 177158250
HSL0.700.900.80
HSV252°37°98°
CMYK 0.290.370.00   0.02
XYZ47.613640.703095.7894
Yxy40.70300.25860.2211
Hunter Lab63.798921.5678-44.3604
CIE-Lab69.967326.5520-43.4188

#b19efa color RGB value is (177,158,250).

#b19efa hex color red value is 177, green value is 158 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b19efa hue: 0.70 , saturation: 0.90 and the lightness value of b19efa is 0.80.

The process color (four color CMYK) of #b19efa color hex is 0.29, 0.37, 0.00, 0.02. Web safe color of #b19efa is #9999ff. Color #b19efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011110 11111010
Octal 261 236 372
Decimal 177 158 250
Hex B1 9E FA

RGB Percentages of Color #b19efa

%30.26
%27.01
%42.74

CMYK Percentages of Color #b19efa

%29
%37
%0
%2

Triadic Colors of #b19efa

#b19efa #fab19e #9efab1

Analogous Colors of #b19efa

#b19efa #df9efa #9eb9fa

Monochromatic Colors of #b19efa

#b19efa

Complementary Color

#b19efa #e7fa9e

#b19efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19efa Color CSS Codes

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

#b19efa Text Font Color

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

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


#b19efa Background Color

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

This div background color is #b19efa


#b19efa Border Color

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

This div border color is #b19efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19efa


Comments

No comments written yet.

Please login to write comment.