Color Hex Logo

#9498df Color Hex

#9498DF
(148,152,223)
0 Favorites   0 Comments

Color spaces of #9498df

RGB 148152223
HSL0.660.540.73
HSV237°34°87°
CMYK 0.340.320.00   0.13
XYZ36.760334.080174.4527
Yxy34.08010.25300.2346
Hunter Lab58.378210.2383-34.7509
CIE-Lab65.026115.0421-36.4988

#9498df color RGB value is (148,152,223).

#9498df hex color red value is 148, green value is 152 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9498df hue: 0.66 , saturation: 0.54 and the lightness value of 9498df is 0.73.

The process color (four color CMYK) of #9498df color hex is 0.34, 0.32, 0.00, 0.13. Web safe color of #9498df is #9999cc. Color #9498df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011000 11011111
Octal 224 230 337
Decimal 148 152 223
Hex 94 98 DF

RGB Percentages of Color #9498df

%28.30
%29.06
%42.64

CMYK Percentages of Color #9498df

%34
%32
%0
%13

Triadic Colors of #9498df

#9498df #df9498 #98df94

Analogous Colors of #9498df

#9498df #b694df #94bedf

Monochromatic Colors of #9498df

#9498df

Complementary Color

#9498df #dfdb94

#9498df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9498df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9498df Color CSS Codes

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

#9498df Text Font Color

<p style="color:#9498df">Text here</p>

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


#9498df Background Color

<div style="background-color:#9498df">
Div content here</div>

This div background color is #9498df


#9498df Border Color

<div style="border:3px solid #9498df">
Div here</div>

This div border color is #9498df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,152,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9498df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9498df;
  -webkit-box-shadow: 1px 1px 3px 2px #9498df;
  box-shadow:         1px 1px 3px 2px #9498df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9498df


Comments

No comments written yet.

Please login to write comment.