Color Hex Logo

#b090fd Color Hex

#B090FD
(176,144,253)
0 Favorites   0 Comments

Color spaces of #b090fd

RGB 176144253
HSL0.720.960.78
HSV258°43°99°
CMYK 0.300.430.00   0.01
XYZ45.607436.268597.5253
Yxy36.26850.25420.2022
Hunter Lab60.223329.7880-53.8575
CIE-Lab66.724634.8720-50.1605

#b090fd color RGB value is (176,144,253).

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

The process color (four color CMYK) of #b090fd color hex is 0.30, 0.43, 0.00, 0.01. Web safe color of #b090fd is #9999ff. Color #b090fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010000 11111101
Octal 260 220 375
Decimal 176 144 253
Hex B0 90 FD

RGB Percentages of Color #b090fd

%30.72
%25.13
%44.15

CMYK Percentages of Color #b090fd

%30
%43
%0
%1

Triadic Colors of #b090fd

#b090fd #fdb090 #90fdb0

Analogous Colors of #b090fd

#b090fd #e790fd #90a7fd

Monochromatic Colors of #b090fd

#b090fd

Complementary Color

#b090fd #ddfd90

#b090fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b090fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b090fd Color CSS Codes

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

#b090fd Text Font Color

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

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


#b090fd Background Color

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

This div background color is #b090fd


#b090fd Border Color

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

This div border color is #b090fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b090fd


Comments

No comments written yet.

Please login to write comment.