Color Hex Logo

#8425fb Color Hex

#8425FB
(132,37,251)
0 Favorites   0 Comments

Color spaces of #8425fb

RGB 13237251
HSL0.740.960.56
HSV267°85°98°
CMYK 0.470.850.00   0.02
XYZ27.589913.193792.3593
Yxy13.19370.20720.0991
Hunter Lab36.323172.0175-125.3313
CIE-Lab43.053776.5187-87.5064

#8425fb color RGB value is (132,37,251).

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

The process color (four color CMYK) of #8425fb color hex is 0.47, 0.85, 0.00, 0.02. Web safe color of #8425fb is #9933ff. Color #8425fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100101 11111011
Octal 204 45 373
Decimal 132 37 251
Hex 84 25 FB

RGB Percentages of Color #8425fb

%31.43
%8.81
%59.76

CMYK Percentages of Color #8425fb

%47
%85
%0
%2

Triadic Colors of #8425fb

#8425fb #fb8425 #25fb84

Analogous Colors of #8425fb

#8425fb #ef25fb #2531fb

Monochromatic Colors of #8425fb

#8425fb

Complementary Color

#8425fb #9cfb25

#8425fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8425fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8425fb Color CSS Codes

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

#8425fb Text Font Color

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

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


#8425fb Background Color

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

This div background color is #8425fb


#8425fb Border Color

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

This div border color is #8425fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8425fb


Comments

No comments written yet.

Please login to write comment.