Color Hex Logo

#b413fa Color Hex

#B413FA
(180,19,250)
0 Favorites   0 Comments

Color spaces of #b413fa

RGB 18019250
HSL0.780.960.53
HSV282°92°98°
CMYK 0.280.920.00   0.02
XYZ36.310617.071291.8238
Yxy17.07120.25010.1176
Hunter Lab41.317384.5646-102.8443
CIE-Lab48.349685.4318-78.0088

#b413fa color RGB value is (180,19,250).

#b413fa hex color red value is 180, green value is 19 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b413fa hue: 0.78 , saturation: 0.96 and the lightness value of b413fa is 0.53.

The process color (four color CMYK) of #b413fa color hex is 0.28, 0.92, 0.00, 0.02. Web safe color of #b413fa is #cc00ff. Color #b413fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010011 11111010
Octal 264 23 372
Decimal 180 19 250
Hex B4 13 FA

RGB Percentages of Color #b413fa

%40.09
%4.23
%55.68

CMYK Percentages of Color #b413fa

%28
%92
%0
%2

Triadic Colors of #b413fa

#b413fa #fab413 #13fab4

Analogous Colors of #b413fa

#b413fa #fa13cd #4113fa

Monochromatic Colors of #b413fa

#b413fa

Complementary Color

#b413fa #59fa13

#b413fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b413fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b413fa Color CSS Codes

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

#b413fa Text Font Color

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

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


#b413fa Background Color

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

This div background color is #b413fa


#b413fa Border Color

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

This div border color is #b413fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b413fa

Related Colors


Comments

No comments written yet.

Please login to write comment.