Color Hex Logo

#b190fd Color Hex

#B190FD
(177,144,253)
0 Favorites   0 Comments

Color spaces of #b190fd

RGB 177144253
HSL0.720.960.78
HSV258°43°99°
CMYK 0.300.430.00   0.01
XYZ45.834336.385597.5359
Yxy36.38550.25500.2024
Hunter Lab60.320430.0721-53.6455
CIE-Lab66.813435.1370-50.0143

#b190fd color RGB value is (177,144,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010000 11111101
Octal 261 220 375
Decimal 177 144 253
Hex B1 90 FD

RGB Percentages of Color #b190fd

%30.84
%25.09
%44.08

CMYK Percentages of Color #b190fd

%30
%43
%0
%1

Triadic Colors of #b190fd

#b190fd #fdb190 #90fdb1

Analogous Colors of #b190fd

#b190fd #e890fd #90a6fd

Monochromatic Colors of #b190fd

#b190fd

Complementary Color

#b190fd #dcfd90

#b190fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b190fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b190fd Color CSS Codes

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

#b190fd Text Font Color

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

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


#b190fd Background Color

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

This div background color is #b190fd


#b190fd Border Color

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

This div border color is #b190fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,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 #b190fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b190fd


Comments

No comments written yet.

Please login to write comment.