Color Hex Logo

#b190df Color Hex

#B190DF
(177,144,223)
0 Favorites   0 Comments

Color spaces of #b190df

RGB 177144223
HSL0.740.550.72
HSV265°35°87°
CMYK 0.210.350.00   0.13
XYZ41.424034.621374.3113
Yxy34.62130.27550.2303
Hunter Lab58.839922.6965-33.6919
CIE-Lab65.452827.9996-35.6516

#b190df color RGB value is (177,144,223).

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

The process color (four color CMYK) of #b190df color hex is 0.21, 0.35, 0.00, 0.13. Web safe color of #b190df is #9999cc. Color #b190df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010000 11011111
Octal 261 220 337
Decimal 177 144 223
Hex B1 90 DF

RGB Percentages of Color #b190df

%32.54
%26.47
%40.99

CMYK Percentages of Color #b190df

%21
%35
%0
%13

Triadic Colors of #b190df

#b190df #dfb190 #90dfb1

Analogous Colors of #b190df

#b190df #d990df #9097df

Monochromatic Colors of #b190df

#b190df

Complementary Color

#b190df #bedf90

#b190df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b190df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b190df Color CSS Codes

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

#b190df Text Font Color

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

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


#b190df Background Color

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

This div background color is #b190df


#b190df Border Color

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

This div border color is #b190df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b190df


Comments

No comments written yet.

Please login to write comment.