Color Hex Logo

#b199ff Color Hex

#B199FF
(177,153,255)
0 Favorites   0 Comments

Color spaces of #b199ff

RGB 177153255
HSL0.711.000.80
HSV254°40°100°
CMYK 0.310.400.00   0.00
XYZ47.572739.349699.6956
Yxy39.34960.25490.2109
Hunter Lab62.729325.5949-50.3191
CIE-Lab69.003830.5917-47.6505

#b199ff color RGB value is (177,153,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011001 11111111
Octal 261 231 377
Decimal 177 153 255
Hex B1 99 FF

RGB Percentages of Color #b199ff

%30.26
%26.15
%43.59

CMYK Percentages of Color #b199ff

%31
%40
%0
%0

Triadic Colors of #b199ff

#b199ff #ffb199 #99ffb1

Analogous Colors of #b199ff

#b199ff #e499ff #99b4ff

Monochromatic Colors of #b199ff

#b199ff

Complementary Color

#b199ff #e7ff99

#b199ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b199ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b199ff Color CSS Codes

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

#b199ff Text Font Color

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

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


#b199ff Background Color

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

This div background color is #b199ff


#b199ff Border Color

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

This div border color is #b199ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b199ff


Comments

No comments written yet.

Please login to write comment.