Color Hex Logo

#b491bd Color Hex

#B491BD
(180,145,189)
0 Favorites   0 Comments

Color spaces of #b491bd

RGB 180145189
HSL0.800.250.65
HSV288°23°74°
CMYK 0.050.230.00   0.26
XYZ38.133133.628252.6252
Yxy33.62820.30660.2704
Hunter Lab57.989815.8963-13.2122
CIE-Lab64.666421.0721-17.8748

#b491bd color RGB value is (180,145,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010001 10111101
Octal 264 221 275
Decimal 180 145 189
Hex B4 91 BD

RGB Percentages of Color #b491bd

%35.02
%28.21
%36.77

CMYK Percentages of Color #b491bd

%5
%23
%0
%26

Triadic Colors of #b491bd

#b491bd #bdb491 #91bdb4

Analogous Colors of #b491bd

#b491bd #bd91b0 #9e91bd

Monochromatic Colors of #b491bd

#b491bd

Complementary Color

#b491bd #9abd91

#b491bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b491bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b491bd Color CSS Codes

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

#b491bd Text Font Color

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

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


#b491bd Background Color

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

This div background color is #b491bd


#b491bd Border Color

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

This div border color is #b491bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b491bd


Comments

No comments written yet.

Please login to write comment.