Color Hex Logo

#b194eb Color Hex

#B194EB
(177,148,235)
0 Favorites   0 Comments

Color spaces of #b194eb

RGB 177148235
HSL0.720.690.75
HSV260°37°92°
CMYK 0.250.370.00   0.08
XYZ43.716836.525183.3432
Yxy36.52510.26720.2233
Hunter Lab60.436023.3562-39.4576
CIE-Lab66.919228.5476-39.9863

#b194eb color RGB value is (177,148,235).

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

The process color (four color CMYK) of #b194eb color hex is 0.25, 0.37, 0.00, 0.08. Web safe color of #b194eb is #9999ff. Color #b194eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010100 11101011
Octal 261 224 353
Decimal 177 148 235
Hex B1 94 EB

RGB Percentages of Color #b194eb

%31.61
%26.43
%41.96

CMYK Percentages of Color #b194eb

%25
%37
%0
%8

Triadic Colors of #b194eb

#b194eb #ebb194 #94ebb1

Analogous Colors of #b194eb

#b194eb #dd94eb #94a3eb

Monochromatic Colors of #b194eb

#b194eb

Complementary Color

#b194eb #ceeb94

#b194eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b194eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b194eb Color CSS Codes

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

#b194eb Text Font Color

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

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


#b194eb Background Color

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

This div background color is #b194eb


#b194eb Border Color

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

This div border color is #b194eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b194eb


Comments

No comments written yet.

Please login to write comment.