Color Hex Logo

#b190ff Color Hex

#B190FF
(177,144,255)
0 Favorites   0 Comments

Color spaces of #b190ff

RGB 177144255
HSL0.721.000.78
HSV258°44°100°
CMYK 0.310.440.00   0.00
XYZ46.154736.513699.2230
Yxy36.51360.25370.2007
Hunter Lab60.426530.5948-55.0583
CIE-Lab66.910535.6301-50.9522

#b190ff color RGB value is (177,144,255).

#b190ff hex color red value is 177, green value is 144 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b190ff hue: 0.72 , saturation: 1.00 and the lightness value of b190ff is 0.78.

The process color (four color CMYK) of #b190ff color hex is 0.31, 0.44, 0.00, 0.00. Web safe color of #b190ff is #9999ff. Color #b190ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010000 11111111
Octal 261 220 377
Decimal 177 144 255
Hex B1 90 FF

RGB Percentages of Color #b190ff

%30.73
%25.00
%44.27

CMYK Percentages of Color #b190ff

%31
%44
%0
%0

Triadic Colors of #b190ff

#b190ff #ffb190 #90ffb1

Analogous Colors of #b190ff

#b190ff #e990ff #90a7ff

Monochromatic Colors of #b190ff

#b190ff

Complementary Color

#b190ff #deff90

#b190ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b190ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b190ff Color CSS Codes

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

#b190ff Text Font Color

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

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


#b190ff Background Color

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

This div background color is #b190ff


#b190ff Border Color

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

This div border color is #b190ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b190ff

Related Colors


Comments

No comments written yet.

Please login to write comment.