Color Hex Logo

#b590be Color Hex

#B590BE
(181,144,190)
0 Favorites   0 Comments

Color spaces of #b590be

RGB 181144190
HSL0.800.260.65
HSV288°24°75°
CMYK 0.050.240.00   0.25
XYZ38.323633.488053.1592
Yxy33.48800.30670.2680
Hunter Lab57.868816.9411-13.9565
CIE-Lab64.554122.1690-18.5975

#b590be color RGB value is (181,144,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010000 10111110
Octal 265 220 276
Decimal 181 144 190
Hex B5 90 BE

RGB Percentages of Color #b590be

%35.15
%27.96
%36.89

CMYK Percentages of Color #b590be

%5
%24
%0
%25

Triadic Colors of #b590be

#b590be #beb590 #90beb5

Analogous Colors of #b590be

#b590be #be90b0 #9e90be

Monochromatic Colors of #b590be

#b590be

Complementary Color

#b590be #99be90

#b590be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b590be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b590be Color CSS Codes

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

#b590be Text Font Color

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

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


#b590be Background Color

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

This div background color is #b590be


#b590be Border Color

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

This div border color is #b590be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b590be


Comments

No comments written yet.

Please login to write comment.