Color Hex Logo

#b119fe Color Hex

#B119FE
(177,25,254)
0 Favorites   0 Comments

Color spaces of #b119fe

RGB 17725254
HSL0.780.990.55
HSV280°90°100°
CMYK 0.300.900.00   0.00
XYZ36.368517.198195.1687
Yxy17.19810.24450.1156
Hunter Lab41.470683.9658-107.0321
CIE-Lab48.508784.9390-80.0017

#b119fe color RGB value is (177,25,254).

#b119fe hex color red value is 177, green value is 25 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b119fe hue: 0.78 , saturation: 0.99 and the lightness value of b119fe is 0.55.

The process color (four color CMYK) of #b119fe color hex is 0.30, 0.90, 0.00, 0.00. Web safe color of #b119fe is #9900ff. Color #b119fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011001 11111110
Octal 261 31 376
Decimal 177 25 254
Hex B1 19 FE

RGB Percentages of Color #b119fe

%38.82
%5.48
%55.70

CMYK Percentages of Color #b119fe

%30
%90
%0
%0

Triadic Colors of #b119fe

#b119fe #feb119 #19feb1

Analogous Colors of #b119fe

#b119fe #fe19d9 #3f19fe

Monochromatic Colors of #b119fe

#b119fe

Complementary Color

#b119fe #66fe19

#b119fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b119fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b119fe Color CSS Codes

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

#b119fe Text Font Color

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

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


#b119fe Background Color

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

This div background color is #b119fe


#b119fe Border Color

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

This div border color is #b119fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b119fe

Related Colors


Comments

No comments written yet.

Please login to write comment.