Color Hex Logo

#9594fd Color Hex

#9594FD
(149,148,253)
0 Favorites   0 Comments

Color spaces of #9594fd

RGB 149148253
HSL0.670.960.79
HSV241°42°99°
CMYK 0.410.420.00   0.01
XYZ40.714034.661297.4729
Yxy34.66120.23550.2005
Hunter Lab58.873820.4121-56.9504
CIE-Lab65.484025.6864-52.2648

#9594fd color RGB value is (149,148,253).

#9594fd hex color red value is 149, green value is 148 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9594fd hue: 0.67 , saturation: 0.96 and the lightness value of 9594fd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010100 11111101
Octal 225 224 375
Decimal 149 148 253
Hex 95 94 FD

RGB Percentages of Color #9594fd

%27.09
%26.91
%46.00

CMYK Percentages of Color #9594fd

%41
%42
%0
%1

Triadic Colors of #9594fd

#9594fd #fd9594 #94fd95

Analogous Colors of #9594fd

#9594fd #ca94fd #94c8fd

Monochromatic Colors of #9594fd

#9594fd

Complementary Color

#9594fd #fcfd94

#9594fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9594fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9594fd Color CSS Codes

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

#9594fd Text Font Color

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

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


#9594fd Background Color

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

This div background color is #9594fd


#9594fd Border Color

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

This div border color is #9594fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9594fd

Related Colors


Comments

No comments written yet.

Please login to write comment.