Color Hex Logo

#b430ac Color Hex

#B430AC
(180,48,172)
0 Favorites   0 Comments

Color spaces of #b430ac

RGB 18048172
HSL0.840.580.45
HSV304°73°71°
CMYK 0.000.730.04   0.29
XYZ27.325714.795840.4454
Yxy14.79580.33100.1792
Hunter Lab38.465359.4919-35.4164
CIE-Lab45.353265.5467-37.9879

#b430ac color RGB value is (180,48,172).

#b430ac hex color red value is 180, green value is 48 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b430ac hue: 0.84 , saturation: 0.58 and the lightness value of b430ac is 0.45.

The process color (four color CMYK) of #b430ac color hex is 0.00, 0.73, 0.04, 0.29. Web safe color of #b430ac is #cc3399. Color #b430ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110000 10101100
Octal 264 60 254
Decimal 180 48 172
Hex B4 30 AC

RGB Percentages of Color #b430ac

%45.00
%12.00
%43.00

CMYK Percentages of Color #b430ac

%0
%73
%4
%29

Triadic Colors of #b430ac

#b430ac #acb430 #30acb4

Analogous Colors of #b430ac

#b430ac #b4306a #7a30b4

Monochromatic Colors of #b430ac

#b430ac

Complementary Color

#b430ac #30b438

#b430ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b430ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b430ac Color CSS Codes

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

#b430ac Text Font Color

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

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


#b430ac Background Color

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

This div background color is #b430ac


#b430ac Border Color

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

This div border color is #b430ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b430ac


Comments

No comments written yet.

Please login to write comment.