Color Hex Logo

#b199ef Color Hex

#B199EF
(177,153,239)
0 Favorites   0 Comments

Color spaces of #b199ef

RGB 177153239
HSL0.710.730.77
HSV257°36°94°
CMYK 0.260.360.00   0.06
XYZ45.102738.361686.6887
Yxy38.36160.26510.2255
Hunter Lab61.936721.5955-39.6285
CIE-Lab68.286326.6912-40.0451

#b199ef color RGB value is (177,153,239).

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

The process color (four color CMYK) of #b199ef color hex is 0.26, 0.36, 0.00, 0.06. Web safe color of #b199ef is #9999ff. Color #b199ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011001 11101111
Octal 261 231 357
Decimal 177 153 239
Hex B1 99 EF

RGB Percentages of Color #b199ef

%31.11
%26.89
%42.00

CMYK Percentages of Color #b199ef

%26
%36
%0
%6

Triadic Colors of #b199ef

#b199ef #efb199 #99efb1

Analogous Colors of #b199ef

#b199ef #dc99ef #99acef

Monochromatic Colors of #b199ef

#b199ef

Complementary Color

#b199ef #d7ef99

#b199ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b199ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b199ef Color CSS Codes

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

#b199ef Text Font Color

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

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


#b199ef Background Color

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

This div background color is #b199ef


#b199ef Border Color

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

This div border color is #b199ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b199ef


Comments

No comments written yet.

Please login to write comment.