Color Hex Logo

#b454ac Color Hex

#B454AC
(180,84,172)
0 Favorites   0 Comments

Color spaces of #b454ac

RGB 18084172
HSL0.850.390.52
HSV305°53°71°
CMYK 0.000.530.04   0.29
XYZ29.439119.022541.1498
Yxy19.02250.32850.2123
Hunter Lab43.614844.1580-25.4087
CIE-Lab50.713550.7392-29.5759

#b454ac color RGB value is (180,84,172).

#b454ac hex color red value is 180, green value is 84 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b454ac hue: 0.85 , saturation: 0.39 and the lightness value of b454ac is 0.52.

The process color (four color CMYK) of #b454ac color hex is 0.00, 0.53, 0.04, 0.29. Web safe color of #b454ac is #cc6699. Color #b454ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010100 10101100
Octal 264 124 254
Decimal 180 84 172
Hex B4 54 AC

RGB Percentages of Color #b454ac

%41.28
%19.27
%39.45

CMYK Percentages of Color #b454ac

%0
%53
%4
%29

Triadic Colors of #b454ac

#b454ac #acb454 #54acb4

Analogous Colors of #b454ac

#b454ac #b4547c #8c54b4

Monochromatic Colors of #b454ac

#b454ac

Complementary Color

#b454ac #54b45c

#b454ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b454ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b454ac Color CSS Codes

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

#b454ac Text Font Color

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

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


#b454ac Background Color

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

This div background color is #b454ac


#b454ac Border Color

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

This div border color is #b454ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b454ac


Comments

No comments written yet.

Please login to write comment.