Color Hex Logo

#b199ea Color Hex

#B199EA
(177,153,234)
0 Favorites   0 Comments

Color spaces of #b199ea

RGB 177153234
HSL0.720.660.76
HSV258°35°92°
CMYK 0.240.350.00   0.08
XYZ44.374038.070182.8514
Yxy38.07010.26850.2303
Hunter Lab61.701020.3966-36.4233
CIE-Lab68.072225.5020-37.6377

#b199ea color RGB value is (177,153,234).

#b199ea hex color red value is 177, green value is 153 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b199ea hue: 0.72 , saturation: 0.66 and the lightness value of b199ea is 0.76.

The process color (four color CMYK) of #b199ea color hex is 0.24, 0.35, 0.00, 0.08. Web safe color of #b199ea is #9999ff. Color #b199ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011001 11101010
Octal 261 231 352
Decimal 177 153 234
Hex B1 99 EA

RGB Percentages of Color #b199ea

%31.38
%27.13
%41.49

CMYK Percentages of Color #b199ea

%24
%35
%0
%8

Triadic Colors of #b199ea

#b199ea #eab199 #99eab1

Analogous Colors of #b199ea

#b199ea #da99ea #99aaea

Monochromatic Colors of #b199ea

#b199ea

Complementary Color

#b199ea #d2ea99

#b199ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b199ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b199ea Color CSS Codes

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

#b199ea Text Font Color

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

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


#b199ea Background Color

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

This div background color is #b199ea


#b199ea Border Color

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

This div border color is #b199ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b199ea


Comments

No comments written yet.

Please login to write comment.