Color Hex Logo

#b42eac Color Hex

#B42EAC
(180,46,172)
0 Favorites   0 Comments

Color spaces of #b42eac

RGB 18046172
HSL0.840.590.44
HSV304°74°71°
CMYK 0.000.740.04   0.29
XYZ27.245814.635840.4187
Yxy14.63580.33110.1778
Hunter Lab38.256860.1752-35.8608
CIE-Lab45.131366.1814-38.3390

#b42eac color RGB value is (180,46,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101110 10101100
Octal 264 56 254
Decimal 180 46 172
Hex B4 2E AC

RGB Percentages of Color #b42eac

%45.23
%11.56
%43.22

CMYK Percentages of Color #b42eac

%0
%74
%4
%29

Triadic Colors of #b42eac

#b42eac #acb42e #2eacb4

Analogous Colors of #b42eac

#b42eac #b42e69 #792eb4

Monochromatic Colors of #b42eac

#b42eac

Complementary Color

#b42eac #2eb436

#b42eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42eac Color CSS Codes

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

#b42eac Text Font Color

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

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


#b42eac Background Color

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

This div background color is #b42eac


#b42eac Border Color

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

This div border color is #b42eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42eac


Comments

No comments written yet.

Please login to write comment.