Color Hex Logo

#9541fb Color Hex

#9541FB
(149,65,251)
0 Favorites   0 Comments

Color spaces of #9541fb

RGB 14965251
HSL0.740.960.62
HSV267°74°98°
CMYK 0.410.740.00   0.02
XYZ31.697317.135292.9036
Yxy17.13520.22360.1209
Hunter Lab41.394764.2427-104.0904
CIE-Lab48.429969.0200-78.6081

#9541fb color RGB value is (149,65,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01000001 11111011
Octal 225 101 373
Decimal 149 65 251
Hex 95 41 FB

RGB Percentages of Color #9541fb

%32.04
%13.98
%53.98

CMYK Percentages of Color #9541fb

%41
%74
%0
%2

Triadic Colors of #9541fb

#9541fb #fb9541 #41fb95

Analogous Colors of #9541fb

#9541fb #f241fb #414afb

Monochromatic Colors of #9541fb

#9541fb

Complementary Color

#9541fb #a7fb41

#9541fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9541fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9541fb Color CSS Codes

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

#9541fb Text Font Color

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

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


#9541fb Background Color

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

This div background color is #9541fb


#9541fb Border Color

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

This div border color is #9541fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9541fb

Related Colors


Comments

No comments written yet.

Please login to write comment.