Color Hex Logo

#b41fff Color Hex

#B41FFF
(180,31,255)
0 Favorites   0 Comments

Color spaces of #b41fff

RGB 18031255
HSL0.781.000.56
HSV280°88°100°
CMYK 0.290.880.00   0.00
XYZ37.362417.903396.0942
Yxy17.90330.24680.1183
Hunter Lab42.312383.5717-105.0332
CIE-Lab49.378684.4663-79.1197

#b41fff color RGB value is (180,31,255).

#b41fff hex color red value is 180, green value is 31 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b41fff hue: 0.78 , saturation: 1.00 and the lightness value of b41fff is 0.56.

The process color (four color CMYK) of #b41fff color hex is 0.29, 0.88, 0.00, 0.00. Web safe color of #b41fff is #cc33ff. Color #b41fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011111 11111111
Octal 264 37 377
Decimal 180 31 255
Hex B4 1F FF

RGB Percentages of Color #b41fff

%38.63
%6.65
%54.72

CMYK Percentages of Color #b41fff

%29
%88
%0
%0

Triadic Colors of #b41fff

#b41fff #ffb41f #1fffb4

Analogous Colors of #b41fff

#b41fff #ff1fda #441fff

Monochromatic Colors of #b41fff

#b41fff

Complementary Color

#b41fff #6aff1f

#b41fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41fff Color CSS Codes

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

#b41fff Text Font Color

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

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


#b41fff Background Color

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

This div background color is #b41fff


#b41fff Border Color

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

This div border color is #b41fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41fff


Comments

No comments written yet.

Please login to write comment.