Color Hex Logo

#b199fe Color Hex

#B199FE
(177,153,254)
0 Favorites   0 Comments

Color spaces of #b199fe

RGB 177153254
HSL0.710.980.80
HSV254°40°100°
CMYK 0.300.400.00   0.00
XYZ47.412139.285398.8499
Yxy39.28530.25550.2117
Hunter Lab62.678025.3380-49.6321
CIE-Lab68.957430.3441-47.1797

#b199fe color RGB value is (177,153,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011001 11111110
Octal 261 231 376
Decimal 177 153 254
Hex B1 99 FE

RGB Percentages of Color #b199fe

%30.31
%26.20
%43.49

CMYK Percentages of Color #b199fe

%30
%40
%0
%0

Triadic Colors of #b199fe

#b199fe #feb199 #99feb1

Analogous Colors of #b199fe

#b199fe #e499fe #99b4fe

Monochromatic Colors of #b199fe

#b199fe

Complementary Color

#b199fe #e6fe99

#b199fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b199fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b199fe Color CSS Codes

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

#b199fe Text Font Color

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

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


#b199fe Background Color

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

This div background color is #b199fe


#b199fe Border Color

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

This div border color is #b199fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b199fe


Comments

No comments written yet.

Please login to write comment.