Color Hex Logo

#b40eac Color Hex

#B40EAC
(180,14,172)
0 Favorites   0 Comments

Color spaces of #b40eac

RGB 18014172
HSL0.840.860.38
HSV303°92°71°
CMYK 0.000.920.04   0.29
XYZ26.425812.995940.1454
Yxy12.99590.33210.1633
Hunter Lab36.049867.7596-40.7910
CIE-Lab42.757173.0740-42.1077

#b40eac color RGB value is (180,14,172).

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

The process color (four color CMYK) of #b40eac color hex is 0.00, 0.92, 0.04, 0.29. Web safe color of #b40eac is #cc0099. Color #b40eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001110 10101100
Octal 264 16 254
Decimal 180 14 172
Hex B4 E AC

RGB Percentages of Color #b40eac

%49.18
%3.83
%46.99

CMYK Percentages of Color #b40eac

%0
%92
%4
%29

Triadic Colors of #b40eac

#b40eac #acb40e #0eacb4

Analogous Colors of #b40eac

#b40eac #b40e59 #690eb4

Monochromatic Colors of #b40eac

#b40eac

Complementary Color

#b40eac #0eb416

#b40eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40eac Color CSS Codes

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

#b40eac Text Font Color

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

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


#b40eac Background Color

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

This div background color is #b40eac


#b40eac Border Color

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

This div border color is #b40eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40eac


Comments

No comments written yet.

Please login to write comment.