Color Hex Logo

#b199ee Color Hex

#B199EE
(177,153,238)
0 Favorites   0 Comments

Color spaces of #b199ee

RGB 177153238
HSL0.710.710.77
HSV257°36°93°
CMYK 0.260.360.00   0.07
XYZ44.955338.302685.9127
Yxy38.30260.26570.2264
Hunter Lab61.889121.3538-38.9823
CIE-Lab68.243026.4522-39.5649

#b199ee color RGB value is (177,153,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011001 11101110
Octal 261 231 356
Decimal 177 153 238
Hex B1 99 EE

RGB Percentages of Color #b199ee

%31.16
%26.94
%41.90

CMYK Percentages of Color #b199ee

%26
%36
%0
%7

Triadic Colors of #b199ee

#b199ee #eeb199 #99eeb1

Analogous Colors of #b199ee

#b199ee #dc99ee #99acee

Monochromatic Colors of #b199ee

#b199ee

Complementary Color

#b199ee #d6ee99

#b199ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b199ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b199ee Color CSS Codes

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

#b199ee Text Font Color

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

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


#b199ee Background Color

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

This div background color is #b199ee


#b199ee Border Color

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

This div border color is #b199ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b199ee


Comments

No comments written yet.

Please login to write comment.