Color Hex Logo

#9594fc Color Hex

#9594FC
(149,148,252)
0 Favorites   0 Comments

Color spaces of #9594fc

RGB 149148252
HSL0.670.950.78
HSV241°41°99°
CMYK 0.410.410.00   0.01
XYZ40.555034.597696.6360
Yxy34.59760.23610.2014
Hunter Lab58.819720.1376-56.2348
CIE-Lab65.434225.4101-51.7976

#9594fc color RGB value is (149,148,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010100 11111100
Octal 225 224 374
Decimal 149 148 252
Hex 95 94 FC

RGB Percentages of Color #9594fc

%27.14
%26.96
%45.90

CMYK Percentages of Color #9594fc

%41
%41
%0
%1

Triadic Colors of #9594fc

#9594fc #fc9594 #94fc95

Analogous Colors of #9594fc

#9594fc #c994fc #94c7fc

Monochromatic Colors of #9594fc

#9594fc

Complementary Color

#9594fc #fbfc94

#9594fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9594fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9594fc Color CSS Codes

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

#9594fc Text Font Color

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

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


#9594fc Background Color

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

This div background color is #9594fc


#9594fc Border Color

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

This div border color is #9594fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9594fc


Comments

No comments written yet.

Please login to write comment.