Color Hex Logo

#b41eab Color Hex

#B41EAB
(180,30,171)
0 Favorites   0 Comments

Color spaces of #b41eab

RGB 18030171
HSL0.840.710.41
HSV304°83°71°
CMYK 0.000.830.05   0.29
XYZ26.637313.572139.7438
Yxy13.57210.33320.1698
Hunter Lab36.840364.5934-38.1745
CIE-Lab43.612970.2533-40.1523

#b41eab color RGB value is (180,30,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011110 10101011
Octal 264 36 253
Decimal 180 30 171
Hex B4 1E AB

RGB Percentages of Color #b41eab

%47.24
%7.87
%44.88

CMYK Percentages of Color #b41eab

%0
%83
%5
%29

Triadic Colors of #b41eab

#b41eab #abb41e #1eabb4

Analogous Colors of #b41eab

#b41eab #b41e60 #721eb4

Monochromatic Colors of #b41eab

#b41eab

Complementary Color

#b41eab #1eb427

#b41eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41eab Color CSS Codes

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

#b41eab Text Font Color

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

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


#b41eab Background Color

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

This div background color is #b41eab


#b41eab Border Color

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

This div border color is #b41eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41eab


Comments

No comments written yet.

Please login to write comment.