Color Hex Logo

#9468fa Color Hex

#9468FA
(148,104,250)
0 Favorites   0 Comments

Color spaces of #9468fa

RGB 148104250
HSL0.720.940.69
HSV258°58°98°
CMYK 0.410.580.00   0.02
XYZ34.418423.098793.0869
Yxy23.09870.22850.1534
Hunter Lab48.061143.7238-81.1927
CIE-Lab55.173949.6022-67.1054

#9468fa color RGB value is (148,104,250).

#9468fa hex color red value is 148, green value is 104 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9468fa hue: 0.72 , saturation: 0.94 and the lightness value of 9468fa is 0.69.

The process color (four color CMYK) of #9468fa color hex is 0.41, 0.58, 0.00, 0.02. Web safe color of #9468fa is #9966ff. Color #9468fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101000 11111010
Octal 224 150 372
Decimal 148 104 250
Hex 94 68 FA

RGB Percentages of Color #9468fa

%29.48
%20.72
%49.80

CMYK Percentages of Color #9468fa

%41
%58
%0
%2

Triadic Colors of #9468fa

#9468fa #fa9468 #68fa94

Analogous Colors of #9468fa

#9468fa #dd68fa #6885fa

Monochromatic Colors of #9468fa

#9468fa

Complementary Color

#9468fa #cefa68

#9468fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9468fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9468fa Color CSS Codes

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

#9468fa Text Font Color

<p style="color:#9468fa">Text here</p>

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


#9468fa Background Color

<div style="background-color:#9468fa">
Div content here</div>

This div background color is #9468fa


#9468fa Border Color

<div style="border:3px solid #9468fa">
Div here</div>

This div border color is #9468fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,104,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9468fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9468fa;
  -webkit-box-shadow: 1px 1px 3px 2px #9468fa;
  box-shadow:         1px 1px 3px 2px #9468fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9468fa

Related Colors


Comments

No comments written yet.

Please login to write comment.