Color Hex Logo

#b41eaa Color Hex

#B41EAA
(180,30,170)
0 Favorites   0 Comments

Color spaces of #b41eaa

RGB 18030170
HSL0.840.710.41
HSV304°83°71°
CMYK 0.000.830.06   0.29
XYZ26.542413.534139.2436
Yxy13.53410.33460.1706
Hunter Lab36.788764.4043-37.4943
CIE-Lab43.557270.1043-39.6462

#b41eaa color RGB value is (180,30,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011110 10101010
Octal 264 36 252
Decimal 180 30 170
Hex B4 1E AA

RGB Percentages of Color #b41eaa

%47.37
%7.89
%44.74

CMYK Percentages of Color #b41eaa

%0
%83
%6
%29

Triadic Colors of #b41eaa

#b41eaa #aab41e #1eaab4

Analogous Colors of #b41eaa

#b41eaa #b41e5f #731eb4

Monochromatic Colors of #b41eaa

#b41eaa

Complementary Color

#b41eaa #1eb428

#b41eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41eaa Color CSS Codes

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

#b41eaa Text Font Color

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

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


#b41eaa Background Color

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

This div background color is #b41eaa


#b41eaa Border Color

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

This div border color is #b41eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,30,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b41eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41eaa


Comments

No comments written yet.

Please login to write comment.