Color Hex Logo

#b41add Color Hex

#B41ADD
(180,26,221)
0 Favorites   0 Comments

Color spaces of #b41add

RGB 18026221
HSL0.800.790.48
HSV287°88°87°
CMYK 0.190.880.00   0.13
XYZ32.242915.662569.7304
Yxy15.66250.27410.1331
Hunter Lab39.575976.1681-76.7624
CIE-Lab46.528579.1937-64.5843

#b41add color RGB value is (180,26,221).

#b41add hex color red value is 180, green value is 26 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b41add hue: 0.80 , saturation: 0.79 and the lightness value of b41add is 0.48.

The process color (four color CMYK) of #b41add color hex is 0.19, 0.88, 0.00, 0.13. Web safe color of #b41add is #cc33cc. Color #b41add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011010 11011101
Octal 264 32 335
Decimal 180 26 221
Hex B4 1A DD

RGB Percentages of Color #b41add

%42.15
%6.09
%51.76

CMYK Percentages of Color #b41add

%19
%88
%0
%13

Triadic Colors of #b41add

#b41add #ddb41a #1addb4

Analogous Colors of #b41add

#b41add #dd1aa5 #531add

Monochromatic Colors of #b41add

#b41add

Complementary Color

#b41add #43dd1a

#b41add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41add Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41add Color CSS Codes

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

#b41add Text Font Color

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

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


#b41add Background Color

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

This div background color is #b41add


#b41add Border Color

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

This div border color is #b41add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41add


Comments

No comments written yet.

Please login to write comment.