Color Hex Logo

#b42fac Color Hex

#B42FAC
(180,47,172)
0 Favorites   0 Comments

Color spaces of #b42fac

RGB 18047172
HSL0.840.590.45
HSV304°74°71°
CMYK 0.000.740.04   0.29
XYZ27.285314.714940.4319
Yxy14.71490.33100.1785
Hunter Lab38.360059.8362-35.6404
CIE-Lab45.241265.8668-38.1651

#b42fac color RGB value is (180,47,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101111 10101100
Octal 264 57 254
Decimal 180 47 172
Hex B4 2F AC

RGB Percentages of Color #b42fac

%45.11
%11.78
%43.11

CMYK Percentages of Color #b42fac

%0
%74
%4
%29

Triadic Colors of #b42fac

#b42fac #acb42f #2facb4

Analogous Colors of #b42fac

#b42fac #b42f6a #7a2fb4

Monochromatic Colors of #b42fac

#b42fac

Complementary Color

#b42fac #2fb437

#b42fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42fac Color CSS Codes

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

#b42fac Text Font Color

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

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


#b42fac Background Color

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

This div background color is #b42fac


#b42fac Border Color

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

This div border color is #b42fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42fac


Comments

No comments written yet.

Please login to write comment.