Color Hex Logo

#b400f5 Color Hex

#B400F5
(180,0,245)
0 Favorites   0 Comments

Color spaces of #b400f5

RGB 1800245
HSL0.791.000.48
HSV284°100°96°
CMYK 0.271.000.00   0.04
XYZ35.303816.295987.6709
Yxy16.29590.25350.1170
Hunter Lab40.368285.4620-100.5072
CIE-Lab47.360386.3114-76.8218

#b400f5 color RGB value is (180,0,245).

#b400f5 hex color red value is 180, green value is 0 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #b400f5 hue: 0.79 , saturation: 1.00 and the lightness value of b400f5 is 0.48.

The process color (four color CMYK) of #b400f5 color hex is 0.27, 1.00, 0.00, 0.04. Web safe color of #b400f5 is #cc00ff. Color #b400f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000000 11110101
Octal 264 0 365
Decimal 180 0 245
Hex B4 0 F5

RGB Percentages of Color #b400f5

%42.35
%0.00
%57.65

CMYK Percentages of Color #b400f5

%27
%100
%0
%4

Triadic Colors of #b400f5

#b400f5 #f5b400 #00f5b4

Analogous Colors of #b400f5

#b400f5 #f500bc #3a00f5

Monochromatic Colors of #b400f5

#b400f5

Complementary Color

#b400f5 #41f500

#b400f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b400f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b400f5 Color CSS Codes

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

#b400f5 Text Font Color

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

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


#b400f5 Background Color

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

This div background color is #b400f5


#b400f5 Border Color

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

This div border color is #b400f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b400f5


Comments

No comments written yet.

Please login to write comment.