Color Hex Logo

#b425fa Color Hex

#B425FA
(180,37,250)
0 Favorites   0 Comments

Color spaces of #b425fa

RGB 18037250
HSL0.780.960.56
HSV280°85°98°
CMYK 0.280.850.00   0.02
XYZ36.739317.928691.9667
Yxy17.92860.25060.1223
Hunter Lab42.342280.7814-99.1376
CIE-Lab49.409482.2861-76.2796

#b425fa color RGB value is (180,37,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100101 11111010
Octal 264 45 372
Decimal 180 37 250
Hex B4 25 FA

RGB Percentages of Color #b425fa

%38.54
%7.92
%53.53

CMYK Percentages of Color #b425fa

%28
%85
%0
%2

Triadic Colors of #b425fa

#b425fa #fab425 #25fab4

Analogous Colors of #b425fa

#b425fa #fa25d6 #4a25fa

Monochromatic Colors of #b425fa

#b425fa

Complementary Color

#b425fa #6bfa25

#b425fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b425fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b425fa Color CSS Codes

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

#b425fa Text Font Color

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

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


#b425fa Background Color

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

This div background color is #b425fa


#b425fa Border Color

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

This div border color is #b425fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,37,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 #b425fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b425fa


Comments

No comments written yet.

Please login to write comment.