Color Hex Logo

#b19afe Color Hex

#B19AFE
(177,154,254)
0 Favorites   0 Comments

Color spaces of #b19afe

RGB 177154254
HSL0.710.980.80
HSV254°39°100°
CMYK 0.300.390.00   0.00
XYZ47.576539.614198.9047
Yxy39.61410.25570.2129
Hunter Lab62.939724.7846-49.1116
CIE-Lab69.193829.7831-46.8079

#b19afe color RGB value is (177,154,254).

#b19afe hex color red value is 177, green value is 154 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b19afe hue: 0.71 , saturation: 0.98 and the lightness value of b19afe is 0.80.

The process color (four color CMYK) of #b19afe color hex is 0.30, 0.39, 0.00, 0.00. Web safe color of #b19afe is #9999ff. Color #b19afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011010 11111110
Octal 261 232 376
Decimal 177 154 254
Hex B1 9A FE

RGB Percentages of Color #b19afe

%30.26
%26.32
%43.42

CMYK Percentages of Color #b19afe

%30
%39
%0
%0

Triadic Colors of #b19afe

#b19afe #feb19a #9afeb1

Analogous Colors of #b19afe

#b19afe #e39afe #9ab5fe

Monochromatic Colors of #b19afe

#b19afe

Complementary Color

#b19afe #e7fe9a

#b19afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19afe Color CSS Codes

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

#b19afe Text Font Color

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

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


#b19afe Background Color

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

This div background color is #b19afe


#b19afe Border Color

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

This div border color is #b19afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19afe


Comments

No comments written yet.

Please login to write comment.