Color Hex Logo

#9425fd Color Hex

#9425FD
(148,37,253)
0 Favorites   0 Comments

Color spaces of #9425fd

RGB 14837253
HSL0.750.980.57
HSV271°85°99°
CMYK 0.420.850.00   0.01
XYZ30.603914.710994.1550
Yxy14.71090.21940.1055
Hunter Lab38.354875.3071-118.6993
CIE-Lab45.235778.7548-84.9634

#9425fd color RGB value is (148,37,253).

#9425fd hex color red value is 148, green value is 37 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9425fd hue: 0.75 , saturation: 0.98 and the lightness value of 9425fd is 0.57.

The process color (four color CMYK) of #9425fd color hex is 0.42, 0.85, 0.00, 0.01. Web safe color of #9425fd is #9933ff. Color #9425fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00100101 11111101
Octal 224 45 375
Decimal 148 37 253
Hex 94 25 FD

RGB Percentages of Color #9425fd

%33.79
%8.45
%57.76

CMYK Percentages of Color #9425fd

%42
%85
%0
%1

Triadic Colors of #9425fd

#9425fd #fd9425 #25fd94

Analogous Colors of #9425fd

#9425fd #fd25fa #2825fd

Monochromatic Colors of #9425fd

#9425fd

Complementary Color

#9425fd #8efd25

#9425fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9425fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9425fd Color CSS Codes

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

#9425fd Text Font Color

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

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


#9425fd Background Color

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

This div background color is #9425fd


#9425fd Border Color

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

This div border color is #9425fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,37,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9425fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9425fd;
  -webkit-box-shadow: 1px 1px 3px 2px #9425fd;
  box-shadow:         1px 1px 3px 2px #9425fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9425fd


Comments

No comments written yet.

Please login to write comment.