Color Hex Logo

#b990bd Color Hex

#B990BD
(185,144,189)
0 Favorites   0 Comments

Color spaces of #b990bd

RGB 185144189
HSL0.820.250.65
HSV295°24°74°
CMYK 0.020.240.00   0.26
XYZ39.166233.934952.6299
Yxy33.93490.31150.2699
Hunter Lab58.253718.0685-12.7886
CIE-Lab64.910923.3189-17.4580

#b990bd color RGB value is (185,144,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010000 10111101
Octal 271 220 275
Decimal 185 144 189
Hex B9 90 BD

RGB Percentages of Color #b990bd

%35.71
%27.80
%36.49

CMYK Percentages of Color #b990bd

%2
%24
%0
%26

Triadic Colors of #b990bd

#b990bd #bdb990 #90bdb9

Analogous Colors of #b990bd

#b990bd #bd90ab #a390bd

Monochromatic Colors of #b990bd

#b990bd

Complementary Color

#b990bd #94bd90

#b990bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b990bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b990bd Color CSS Codes

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

#b990bd Text Font Color

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

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


#b990bd Background Color

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

This div background color is #b990bd


#b990bd Border Color

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

This div border color is #b990bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b990bd


Comments

No comments written yet.

Please login to write comment.