Color Hex Logo

#b461bd Color Hex

#B461BD
(180,97,189)
0 Favorites   0 Comments

Color spaces of #b461bd

RGB 18097189
HSL0.820.410.56
HSV294°49°74°
CMYK 0.050.490.00   0.26
XYZ32.282421.926850.6749
Yxy21.92680.30780.2091
Hunter Lab46.826141.1143-31.3851
CIE-Lab53.949347.3503-34.3892

#b461bd color RGB value is (180,97,189).

#b461bd hex color red value is 180, green value is 97 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b461bd hue: 0.82 , saturation: 0.41 and the lightness value of b461bd is 0.56.

The process color (four color CMYK) of #b461bd color hex is 0.05, 0.49, 0.00, 0.26. Web safe color of #b461bd is #cc66cc. Color #b461bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100001 10111101
Octal 264 141 275
Decimal 180 97 189
Hex B4 61 BD

RGB Percentages of Color #b461bd

%38.63
%20.82
%40.56

CMYK Percentages of Color #b461bd

%5
%49
%0
%26

Triadic Colors of #b461bd

#b461bd #bdb461 #61bdb4

Analogous Colors of #b461bd

#b461bd #bd6198 #8661bd

Monochromatic Colors of #b461bd

#b461bd

Complementary Color

#b461bd #6abd61

#b461bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b461bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b461bd Color CSS Codes

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

#b461bd Text Font Color

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

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


#b461bd Background Color

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

This div background color is #b461bd


#b461bd Border Color

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

This div border color is #b461bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b461bd


Comments

No comments written yet.

Please login to write comment.