Color Hex Logo

#b454bb Color Hex

#B454BB
(180,84,187)
0 Favorites   0 Comments

Color spaces of #b454bb

RGB 18084187
HSL0.820.430.53
HSV296°55°73°
CMYK 0.040.550.00   0.27
XYZ30.962419.631849.1711
Yxy19.63180.31040.1968
Hunter Lab44.307847.1976-34.7823
CIE-Lab51.418353.4383-37.2043

#b454bb color RGB value is (180,84,187).

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

The process color (four color CMYK) of #b454bb color hex is 0.04, 0.55, 0.00, 0.27. Web safe color of #b454bb is #cc66cc. Color #b454bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010100 10111011
Octal 264 124 273
Decimal 180 84 187
Hex B4 54 BB

RGB Percentages of Color #b454bb

%39.91
%18.63
%41.46

CMYK Percentages of Color #b454bb

%4
%55
%0
%27

Triadic Colors of #b454bb

#b454bb #bbb454 #54bbb4

Analogous Colors of #b454bb

#b454bb #bb548f #8154bb

Monochromatic Colors of #b454bb

#b454bb

Complementary Color

#b454bb #5bbb54

#b454bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b454bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b454bb Color CSS Codes

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

#b454bb Text Font Color

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

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


#b454bb Background Color

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

This div background color is #b454bb


#b454bb Border Color

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

This div border color is #b454bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,84,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b454bb


Comments

No comments written yet.

Please login to write comment.