Color Hex Logo

#b41afd Color Hex

#B41AFD
(180,26,253)
0 Favorites   0 Comments

Color spaces of #b41afd

RGB 18026253
HSL0.780.980.55
HSV281°90°99°
CMYK 0.290.900.00   0.01
XYZ36.921417.533994.3669
Yxy17.53390.24810.1178
Hunter Lab41.873584.1114-104.3056
CIE-Lab48.925884.9712-78.7439

#b41afd color RGB value is (180,26,253).

#b41afd hex color red value is 180, green value is 26 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b41afd hue: 0.78 , saturation: 0.98 and the lightness value of b41afd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011010 11111101
Octal 264 32 375
Decimal 180 26 253
Hex B4 1A FD

RGB Percentages of Color #b41afd

%39.22
%5.66
%55.12

CMYK Percentages of Color #b41afd

%29
%90
%0
%1

Triadic Colors of #b41afd

#b41afd #fdb41a #1afdb4

Analogous Colors of #b41afd

#b41afd #fd1ad5 #421afd

Monochromatic Colors of #b41afd

#b41afd

Complementary Color

#b41afd #63fd1a

#b41afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41afd Color CSS Codes

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

#b41afd Text Font Color

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

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


#b41afd Background Color

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

This div background color is #b41afd


#b41afd Border Color

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

This div border color is #b41afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41afd


Comments

No comments written yet.

Please login to write comment.