Color Hex Logo

#b19cfe Color Hex

#B19CFE
(177,156,254)
0 Favorites   0 Comments

Color spaces of #b19cfe

RGB 177156254
HSL0.700.980.80
HSV253°39°100°
CMYK 0.300.390.00   0.00
XYZ47.909340.279899.0156
Yxy40.27980.25590.2152
Hunter Lab63.466423.6794-48.0735
CIE-Lab69.668428.6611-46.0621

#b19cfe color RGB value is (177,156,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011100 11111110
Octal 261 234 376
Decimal 177 156 254
Hex B1 9C FE

RGB Percentages of Color #b19cfe

%30.15
%26.58
%43.27

CMYK Percentages of Color #b19cfe

%30
%39
%0
%0

Triadic Colors of #b19cfe

#b19cfe #feb19c #9cfeb1

Analogous Colors of #b19cfe

#b19cfe #e29cfe #9cb8fe

Monochromatic Colors of #b19cfe

#b19cfe

Complementary Color

#b19cfe #e9fe9c

#b19cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19cfe Color CSS Codes

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

#b19cfe Text Font Color

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

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


#b19cfe Background Color

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

This div background color is #b19cfe


#b19cfe Border Color

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

This div border color is #b19cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19cfe


Comments

No comments written yet.

Please login to write comment.