Color Hex Logo

#b190be Color Hex

#B190BE
(177,144,190)
0 Favorites   0 Comments

Color spaces of #b190be

RGB 177144190
HSL0.790.260.65
HSV283°24°75°
CMYK 0.070.240.00   0.25
XYZ37.399033.011353.1159
Yxy33.01130.30280.2672
Hunter Lab57.455515.6424-14.5931
CIE-Lab64.170120.8296-19.2169

#b190be color RGB value is (177,144,190).

#b190be hex color red value is 177, green value is 144 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b190be hue: 0.79 , saturation: 0.26 and the lightness value of b190be is 0.65.

The process color (four color CMYK) of #b190be color hex is 0.07, 0.24, 0.00, 0.25. Web safe color of #b190be is #9999cc. Color #b190be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010000 10111110
Octal 261 220 276
Decimal 177 144 190
Hex B1 90 BE

RGB Percentages of Color #b190be

%34.64
%28.18
%37.18

CMYK Percentages of Color #b190be

%7
%24
%0
%25

Triadic Colors of #b190be

#b190be #beb190 #90beb1

Analogous Colors of #b190be

#b190be #be90b4 #9a90be

Monochromatic Colors of #b190be

#b190be

Complementary Color

#b190be #9dbe90

#b190be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b190be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b190be Color CSS Codes

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

#b190be Text Font Color

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

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


#b190be Background Color

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

This div background color is #b190be


#b190be Border Color

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

This div border color is #b190be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b190be


Comments

No comments written yet.

Please login to write comment.