Color Hex Logo

#9488fa Color Hex

#9488FA
(148,136,250)
0 Favorites   0 Comments

Color spaces of #9488fa

RGB 148136250
HSL0.680.920.76
HSV246°46°98°
CMYK 0.410.460.00   0.02
XYZ38.272230.806394.3715
Yxy30.80630.23420.1885
Hunter Lab55.503425.9531-61.9574
CIE-Lab62.343831.5311-55.6126

#9488fa color RGB value is (148,136,250).

#9488fa hex color red value is 148, green value is 136 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9488fa hue: 0.68 , saturation: 0.92 and the lightness value of 9488fa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001000 11111010
Octal 224 210 372
Decimal 148 136 250
Hex 94 88 FA

RGB Percentages of Color #9488fa

%27.72
%25.47
%46.82

CMYK Percentages of Color #9488fa

%41
%46
%0
%2

Triadic Colors of #9488fa

#9488fa #fa9488 #88fa94

Analogous Colors of #9488fa

#9488fa #cd88fa #88b5fa

Monochromatic Colors of #9488fa

#9488fa

Complementary Color

#9488fa #eefa88

#9488fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9488fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9488fa Color CSS Codes

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

#9488fa Text Font Color

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

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


#9488fa Background Color

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

This div background color is #9488fa


#9488fa Border Color

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

This div border color is #9488fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9488fa


Comments

No comments written yet.

Please login to write comment.