Color Hex Logo

#b191ee Color Hex

#B191EE
(177,145,238)
0 Favorites   0 Comments

Color spaces of #b191ee

RGB 177145238
HSL0.720.730.75
HSV261°39°93°
CMYK 0.260.390.00   0.07
XYZ43.689535.771085.4907
Yxy35.77100.26490.2169
Hunter Lab59.808925.7261-42.8828
CIE-Lab66.344630.9441-42.5350

#b191ee color RGB value is (177,145,238).

#b191ee hex color red value is 177, green value is 145 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b191ee hue: 0.72 , saturation: 0.73 and the lightness value of b191ee is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010001 11101110
Octal 261 221 356
Decimal 177 145 238
Hex B1 91 EE

RGB Percentages of Color #b191ee

%31.61
%25.89
%42.50

CMYK Percentages of Color #b191ee

%26
%39
%0
%7

Triadic Colors of #b191ee

#b191ee #eeb191 #91eeb1

Analogous Colors of #b191ee

#b191ee #e091ee #91a0ee

Monochromatic Colors of #b191ee

#b191ee

Complementary Color

#b191ee #ceee91

#b191ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b191ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b191ee Color CSS Codes

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

#b191ee Text Font Color

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

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


#b191ee Background Color

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

This div background color is #b191ee


#b191ee Border Color

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

This div border color is #b191ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b191ee


Comments

No comments written yet.

Please login to write comment.