Color Hex Logo

#b090fa Color Hex

#B090FA
(176,144,250)
0 Favorites   0 Comments

Color spaces of #b090fa

RGB 176144250
HSL0.720.910.77
HSV258°42°98°
CMYK 0.300.420.00   0.02
XYZ45.133136.078895.0276
Yxy36.07880.25610.2047
Hunter Lab60.065629.0094-51.7546
CIE-Lab66.580134.1330-48.7495

#b090fa color RGB value is (176,144,250).

#b090fa hex color red value is 176, green value is 144 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b090fa hue: 0.72 , saturation: 0.91 and the lightness value of b090fa is 0.77.

The process color (four color CMYK) of #b090fa color hex is 0.30, 0.42, 0.00, 0.02. Web safe color of #b090fa is #9999ff. Color #b090fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010000 11111010
Octal 260 220 372
Decimal 176 144 250
Hex B0 90 FA

RGB Percentages of Color #b090fa

%30.88
%25.26
%43.86

CMYK Percentages of Color #b090fa

%30
%42
%0
%2

Triadic Colors of #b090fa

#b090fa #fab090 #90fab0

Analogous Colors of #b090fa

#b090fa #e590fa #90a5fa

Monochromatic Colors of #b090fa

#b090fa

Complementary Color

#b090fa #dafa90

#b090fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b090fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b090fa Color CSS Codes

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

#b090fa Text Font Color

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

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


#b090fa Background Color

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

This div background color is #b090fa


#b090fa Border Color

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

This div border color is #b090fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b090fa


Comments

No comments written yet.

Please login to write comment.