Color Hex Logo

#b454bd Color Hex

#B454BD
(180,84,189)
0 Favorites   0 Comments

Color spaces of #b454bd

RGB 18084189
HSL0.820.440.54
HSV295°56°74°
CMYK 0.050.560.00   0.26
XYZ31.178019.718150.3068
Yxy19.71810.30810.1948
Hunter Lab44.405147.6208-36.0865
CIE-Lab51.517053.8098-38.2066

#b454bd color RGB value is (180,84,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010100 10111101
Octal 264 124 275
Decimal 180 84 189
Hex B4 54 BD

RGB Percentages of Color #b454bd

%39.74
%18.54
%41.72

CMYK Percentages of Color #b454bd

%5
%56
%0
%26

Triadic Colors of #b454bd

#b454bd #bdb454 #54bdb4

Analogous Colors of #b454bd

#b454bd #bd5492 #8054bd

Monochromatic Colors of #b454bd

#b454bd

Complementary Color

#b454bd #5dbd54

#b454bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b454bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b454bd Color CSS Codes

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

#b454bd Text Font Color

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

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


#b454bd Background Color

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

This div background color is #b454bd


#b454bd Border Color

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

This div border color is #b454bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b454bd


Comments

No comments written yet.

Please login to write comment.