Color Hex Logo

#9540fd Color Hex

#9540FD
(149,64,253)
0 Favorites   0 Comments

Color spaces of #9540fd

RGB 14964253
HSL0.740.980.62
HSV267°75°99°
CMYK 0.410.750.00   0.01
XYZ31.957417.148294.5541
Yxy17.14820.22250.1194
Hunter Lab41.410465.2846-106.3921
CIE-Lab48.446269.8956-79.6968

#9540fd color RGB value is (149,64,253).

#9540fd hex color red value is 149, green value is 64 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9540fd hue: 0.74 , saturation: 0.98 and the lightness value of 9540fd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01000000 11111101
Octal 225 100 375
Decimal 149 64 253
Hex 95 40 FD

RGB Percentages of Color #9540fd

%31.97
%13.73
%54.29

CMYK Percentages of Color #9540fd

%41
%75
%0
%1

Triadic Colors of #9540fd

#9540fd #fd9540 #40fd95

Analogous Colors of #9540fd

#9540fd #f440fd #404afd

Monochromatic Colors of #9540fd

#9540fd

Complementary Color

#9540fd #a8fd40

#9540fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9540fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9540fd Color CSS Codes

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

#9540fd Text Font Color

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

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


#9540fd Background Color

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

This div background color is #9540fd


#9540fd Border Color

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

This div border color is #9540fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,64,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 #9540fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9540fd


Comments

No comments written yet.

Please login to write comment.