Color Hex Logo

#b590bd Color Hex

#B590BD
(181,144,189)
0 Favorites   0 Comments

Color spaces of #b590bd

RGB 181144189
HSL0.800.250.65
HSV289°24°74°
CMYK 0.040.240.00   0.26
XYZ38.214633.444452.5854
Yxy33.44440.30760.2692
Hunter Lab57.831116.7477-13.4301
CIE-Lab64.519121.9692-18.0891

#b590bd color RGB value is (181,144,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010000 10111101
Octal 265 220 275
Decimal 181 144 189
Hex B5 90 BD

RGB Percentages of Color #b590bd

%35.21
%28.02
%36.77

CMYK Percentages of Color #b590bd

%4
%24
%0
%26

Triadic Colors of #b590bd

#b590bd #bdb590 #90bdb5

Analogous Colors of #b590bd

#b590bd #bd90af #9f90bd

Monochromatic Colors of #b590bd

#b590bd

Complementary Color

#b590bd #98bd90

#b590bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b590bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b590bd Color CSS Codes

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

#b590bd Text Font Color

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

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


#b590bd Background Color

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

This div background color is #b590bd


#b590bd Border Color

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

This div border color is #b590bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b590bd


Comments

No comments written yet.

Please login to write comment.