Color Hex Logo

#b590bc Color Hex

#B590BC
(181,144,188)
0 Favorites   0 Comments

Color spaces of #b590bc

RGB 181144188
HSL0.810.250.65
HSV290°23°74°
CMYK 0.040.230.00   0.26
XYZ38.106433.401152.0156
Yxy33.40110.30850.2704
Hunter Lab57.793716.5554-12.9067
CIE-Lab64.484421.7705-17.5802

#b590bc color RGB value is (181,144,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010000 10111100
Octal 265 220 274
Decimal 181 144 188
Hex B5 90 BC

RGB Percentages of Color #b590bc

%35.28
%28.07
%36.65

CMYK Percentages of Color #b590bc

%4
%23
%0
%26

Triadic Colors of #b590bc

#b590bc #bcb590 #90bcb5

Analogous Colors of #b590bc

#b590bc #bc90ad #9f90bc

Monochromatic Colors of #b590bc

#b590bc

Complementary Color

#b590bc #97bc90

#b590bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b590bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b590bc Color CSS Codes

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

#b590bc Text Font Color

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

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


#b590bc Background Color

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

This div background color is #b590bc


#b590bc Border Color

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

This div border color is #b590bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b590bc


Comments

No comments written yet.

Please login to write comment.