Color Hex Logo

#b464bd Color Hex

#B464BD
(180,100,189)
0 Favorites   0 Comments

Color spaces of #b464bd

RGB 180100189
HSL0.820.400.57
HSV294°47°74°
CMYK 0.050.470.00   0.26
XYZ32.564922.491850.7691
Yxy22.49180.30770.2125
Hunter Lab47.425539.5730-30.2722
CIE-Lab54.545045.7972-33.4581

#b464bd color RGB value is (180,100,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100100 10111101
Octal 264 144 275
Decimal 180 100 189
Hex B4 64 BD

RGB Percentages of Color #b464bd

%38.38
%21.32
%40.30

CMYK Percentages of Color #b464bd

%5
%47
%0
%26

Triadic Colors of #b464bd

#b464bd #bdb464 #64bdb4

Analogous Colors of #b464bd

#b464bd #bd649a #8864bd

Monochromatic Colors of #b464bd

#b464bd

Complementary Color

#b464bd #6dbd64

#b464bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b464bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b464bd Color CSS Codes

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

#b464bd Text Font Color

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

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


#b464bd Background Color

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

This div background color is #b464bd


#b464bd Border Color

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

This div border color is #b464bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b464bd


Comments

No comments written yet.

Please login to write comment.