Color Hex Logo

#b194f5 Color Hex

#B194F5
(177,148,245)
0 Favorites   0 Comments

Color spaces of #b194f5

RGB 177148245
HSL0.720.830.77
HSV258°40°96°
CMYK 0.280.400.00   0.04
XYZ45.202837.119591.1685
Yxy37.11950.26050.2140
Hunter Lab60.925825.8148-46.0727
CIE-Lab67.366630.9437-44.7704

#b194f5 color RGB value is (177,148,245).

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

The process color (four color CMYK) of #b194f5 color hex is 0.28, 0.40, 0.00, 0.04. Web safe color of #b194f5 is #9999ff. Color #b194f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010100 11110101
Octal 261 224 365
Decimal 177 148 245
Hex B1 94 F5

RGB Percentages of Color #b194f5

%31.05
%25.96
%42.98

CMYK Percentages of Color #b194f5

%28
%40
%0
%4

Triadic Colors of #b194f5

#b194f5 #f5b194 #94f5b1

Analogous Colors of #b194f5

#b194f5 #e294f5 #94a8f5

Monochromatic Colors of #b194f5

#b194f5

Complementary Color

#b194f5 #d8f594

#b194f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b194f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b194f5 Color CSS Codes

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

#b194f5 Text Font Color

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

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


#b194f5 Background Color

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

This div background color is #b194f5


#b194f5 Border Color

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

This div border color is #b194f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b194f5


Comments

No comments written yet.

Please login to write comment.