Color Hex Logo

#b490bf Color Hex

#B490BF
(180,144,191)
0 Favorites   0 Comments

Color spaces of #b490bf

RGB 180144191
HSL0.790.270.66
HSV286°25°75°
CMYK 0.060.250.00   0.25
XYZ38.199633.411453.7259
Yxy33.41140.30480.2666
Hunter Lab57.802616.8095-14.6466
CIE-Lab64.492622.0351-19.2611

#b490bf color RGB value is (180,144,191).

#b490bf hex color red value is 180, green value is 144 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b490bf hue: 0.79 , saturation: 0.27 and the lightness value of b490bf is 0.66.

The process color (four color CMYK) of #b490bf color hex is 0.06, 0.25, 0.00, 0.25. Web safe color of #b490bf is #cc99cc. Color #b490bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010000 10111111
Octal 264 220 277
Decimal 180 144 191
Hex B4 90 BF

RGB Percentages of Color #b490bf

%34.95
%27.96
%37.09

CMYK Percentages of Color #b490bf

%6
%25
%0
%25

Triadic Colors of #b490bf

#b490bf #bfb490 #90bfb4

Analogous Colors of #b490bf

#b490bf #bf90b3 #9d90bf

Monochromatic Colors of #b490bf

#b490bf

Complementary Color

#b490bf #9bbf90

#b490bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b490bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b490bf Color CSS Codes

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

#b490bf Text Font Color

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

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


#b490bf Background Color

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

This div background color is #b490bf


#b490bf Border Color

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

This div border color is #b490bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b490bf


Comments

No comments written yet.

Please login to write comment.