Color Hex Logo

#b425fb Color Hex

#B425FB
(180,37,251)
0 Favorites   0 Comments

Color spaces of #b425fb

RGB 18037251
HSL0.780.960.56
HSV280°85°98°
CMYK 0.280.850.00   0.02
XYZ36.896517.991592.7948
Yxy17.99150.24980.1218
Hunter Lab42.416481.0421-100.0179
CIE-Lab49.485882.4755-76.7136

#b425fb color RGB value is (180,37,251).

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

The process color (four color CMYK) of #b425fb color hex is 0.28, 0.85, 0.00, 0.02. Web safe color of #b425fb is #cc33ff. Color #b425fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100101 11111011
Octal 264 45 373
Decimal 180 37 251
Hex B4 25 FB

RGB Percentages of Color #b425fb

%38.46
%7.91
%53.63

CMYK Percentages of Color #b425fb

%28
%85
%0
%2

Triadic Colors of #b425fb

#b425fb #fbb425 #25fbb4

Analogous Colors of #b425fb

#b425fb #fb25d7 #4925fb

Monochromatic Colors of #b425fb

#b425fb

Complementary Color

#b425fb #6cfb25

#b425fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b425fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b425fb Color CSS Codes

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

#b425fb Text Font Color

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

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


#b425fb Background Color

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

This div background color is #b425fb


#b425fb Border Color

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

This div border color is #b425fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b425fb


Comments

No comments written yet.

Please login to write comment.