Color Hex Logo

#b413f1 Color Hex

#B413F1
(180,19,241)
0 Favorites   0 Comments

Color spaces of #b413f1

RGB 18019241
HSL0.790.890.51
HSV284°92°95°
CMYK 0.250.920.00   0.05
XYZ34.932416.519984.5666
Yxy16.51990.25680.1215
Hunter Lab40.644782.2851-94.9094
CIE-Lab47.649383.8009-74.1010

#b413f1 color RGB value is (180,19,241).

#b413f1 hex color red value is 180, green value is 19 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #b413f1 hue: 0.79 , saturation: 0.89 and the lightness value of b413f1 is 0.51.

The process color (four color CMYK) of #b413f1 color hex is 0.25, 0.92, 0.00, 0.05. Web safe color of #b413f1 is #cc00ff. Color #b413f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010011 11110001
Octal 264 23 361
Decimal 180 19 241
Hex B4 13 F1

RGB Percentages of Color #b413f1

%40.91
%4.32
%54.77

CMYK Percentages of Color #b413f1

%25
%92
%0
%5

Triadic Colors of #b413f1

#b413f1 #f1b413 #13f1b4

Analogous Colors of #b413f1

#b413f1 #f113bf #4513f1

Monochromatic Colors of #b413f1

#b413f1

Complementary Color

#b413f1 #50f113

#b413f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b413f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b413f1 Color CSS Codes

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

#b413f1 Text Font Color

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

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


#b413f1 Background Color

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

This div background color is #b413f1


#b413f1 Border Color

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

This div border color is #b413f1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b413f1


Comments

No comments written yet.

Please login to write comment.