Color Hex Logo

#b41cab Color Hex

#B41CAB
(180,28,171)
0 Favorites   0 Comments

Color spaces of #b41cab

RGB 18028171
HSL0.840.730.41
HSV304°84°71°
CMYK 0.000.840.05   0.29
XYZ26.588313.474139.7275
Yxy13.47410.33320.1689
Hunter Lab36.707165.0568-38.4737
CIE-Lab43.469170.6725-40.3807

#b41cab color RGB value is (180,28,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011100 10101011
Octal 264 34 253
Decimal 180 28 171
Hex B4 1C AB

RGB Percentages of Color #b41cab

%47.49
%7.39
%45.12

CMYK Percentages of Color #b41cab

%0
%84
%5
%29

Triadic Colors of #b41cab

#b41cab #abb41c #1cabb4

Analogous Colors of #b41cab

#b41cab #b41c5f #711cb4

Monochromatic Colors of #b41cab

#b41cab

Complementary Color

#b41cab #1cb425

#b41cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41cab Color CSS Codes

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

#b41cab Text Font Color

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

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


#b41cab Background Color

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

This div background color is #b41cab


#b41cab Border Color

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

This div border color is #b41cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41cab


Comments

No comments written yet.

Please login to write comment.