Color Hex Logo

#b41eac Color Hex

#B41EAC
(180,30,172)
0 Favorites   0 Comments

Color spaces of #b41eac

RGB 18030172
HSL0.840.710.41
HSV303°83°71°
CMYK 0.000.830.04   0.29
XYZ26.733113.610440.2478
Yxy13.61040.33170.1689
Hunter Lab36.892364.7842-38.8581
CIE-Lab43.668970.4036-40.6574

#b41eac color RGB value is (180,30,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011110 10101100
Octal 264 36 254
Decimal 180 30 172
Hex B4 1E AC

RGB Percentages of Color #b41eac

%47.12
%7.85
%45.03

CMYK Percentages of Color #b41eac

%0
%83
%4
%29

Triadic Colors of #b41eac

#b41eac #acb41e #1eacb4

Analogous Colors of #b41eac

#b41eac #b41e61 #711eb4

Monochromatic Colors of #b41eac

#b41eac

Complementary Color

#b41eac #1eb426

#b41eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41eac Color CSS Codes

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

#b41eac Text Font Color

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

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


#b41eac Background Color

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

This div background color is #b41eac


#b41eac Border Color

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

This div border color is #b41eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41eac


Comments

No comments written yet.

Please login to write comment.