Color Hex Logo

#b41adf Color Hex

#B41ADF
(180,26,223)
0 Favorites   0 Comments

Color spaces of #b41adf

RGB 18026223
HSL0.800.790.49
HSV287°88°87°
CMYK 0.190.880.00   0.13
XYZ32.511115.769871.1424
Yxy15.76980.27220.1320
Hunter Lab39.711276.6412-78.4198
CIE-Lab46.671079.5439-65.4945

#b41adf color RGB value is (180,26,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011010 11011111
Octal 264 32 337
Decimal 180 26 223
Hex B4 1A DF

RGB Percentages of Color #b41adf

%41.96
%6.06
%51.98

CMYK Percentages of Color #b41adf

%19
%88
%0
%13

Triadic Colors of #b41adf

#b41adf #dfb41a #1adfb4

Analogous Colors of #b41adf

#b41adf #df1aa8 #521adf

Monochromatic Colors of #b41adf

#b41adf

Complementary Color

#b41adf #45df1a

#b41adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41adf Color CSS Codes

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

#b41adf Text Font Color

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

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


#b41adf Background Color

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

This div background color is #b41adf


#b41adf Border Color

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

This div border color is #b41adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41adf


Comments

No comments written yet.

Please login to write comment.