Color Hex Logo

#b425fe Color Hex

#B425FE
(180,37,254)
0 Favorites   0 Comments

Color spaces of #b425fe

RGB 18037254
HSL0.780.990.57
HSV280°85°100°
CMYK 0.290.850.00   0.00
XYZ37.373418.182295.3057
Yxy18.18220.24770.1205
Hunter Lab42.640681.8297-102.6703
CIE-Lab49.716483.0464-78.0112

#b425fe color RGB value is (180,37,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100101 11111110
Octal 264 45 376
Decimal 180 37 254
Hex B4 25 FE

RGB Percentages of Color #b425fe

%38.22
%7.86
%53.93

CMYK Percentages of Color #b425fe

%29
%85
%0
%0

Triadic Colors of #b425fe

#b425fe #feb425 #25feb4

Analogous Colors of #b425fe

#b425fe #fe25dc #4725fe

Monochromatic Colors of #b425fe

#b425fe

Complementary Color

#b425fe #6ffe25

#b425fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b425fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b425fe Color CSS Codes

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

#b425fe Text Font Color

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

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


#b425fe Background Color

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

This div background color is #b425fe


#b425fe Border Color

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

This div border color is #b425fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b425fe


Comments

No comments written yet.

Please login to write comment.