Color Hex Logo

#b490bd Color Hex

#B490BD
(180,144,189)
0 Favorites   0 Comments

Color spaces of #b490bd

RGB 180144189
HSL0.800.250.65
HSV288°24°74°
CMYK 0.050.240.00   0.26
XYZ37.981033.323952.5745
Yxy33.32390.30660.2690
Hunter Lab57.726916.4209-13.5893
CIE-Lab64.422321.6331-18.2452

#b490bd color RGB value is (180,144,189).

#b490bd hex color red value is 180, green value is 144 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b490bd hue: 0.80 , saturation: 0.25 and the lightness value of b490bd is 0.65.

The process color (four color CMYK) of #b490bd color hex is 0.05, 0.24, 0.00, 0.26. Web safe color of #b490bd is #cc99cc. Color #b490bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010000 10111101
Octal 264 220 275
Decimal 180 144 189
Hex B4 90 BD

RGB Percentages of Color #b490bd

%35.09
%28.07
%36.84

CMYK Percentages of Color #b490bd

%5
%24
%0
%26

Triadic Colors of #b490bd

#b490bd #bdb490 #90bdb4

Analogous Colors of #b490bd

#b490bd #bd90b0 #9e90bd

Monochromatic Colors of #b490bd

#b490bd

Complementary Color

#b490bd #99bd90

#b490bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b490bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b490bd Color CSS Codes

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

#b490bd Text Font Color

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

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


#b490bd Background Color

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

This div background color is #b490bd


#b490bd Border Color

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

This div border color is #b490bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b490bd


Comments

No comments written yet.

Please login to write comment.