Color Hex Logo

#9499eb Color Hex

#9499EB
(148,153,235)
0 Favorites   0 Comments

Color spaces of #9499eb

RGB 148153235
HSL0.660.690.75
HSV237°37°92°
CMYK 0.370.350.00   0.08
XYZ38.599435.076583.3333
Yxy35.07650.24580.2234
Hunter Lab59.225412.6906-41.9664
CIE-Lab65.808217.6476-41.8946

#9499eb color RGB value is (148,153,235).

#9499eb hex color red value is 148, green value is 153 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9499eb hue: 0.66 , saturation: 0.69 and the lightness value of 9499eb is 0.75.

The process color (four color CMYK) of #9499eb color hex is 0.37, 0.35, 0.00, 0.08. Web safe color of #9499eb is #9999ff. Color #9499eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011001 11101011
Octal 224 231 353
Decimal 148 153 235
Hex 94 99 EB

RGB Percentages of Color #9499eb

%27.61
%28.54
%43.84

CMYK Percentages of Color #9499eb

%37
%35
%0
%8

Triadic Colors of #9499eb

#9499eb #eb9499 #99eb94

Analogous Colors of #9499eb

#9499eb #bb94eb #94c5eb

Monochromatic Colors of #9499eb

#9499eb

Complementary Color

#9499eb #ebe694

#9499eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9499eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9499eb Color CSS Codes

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

#9499eb Text Font Color

<p style="color:#9499eb">Text here</p>

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


#9499eb Background Color

<div style="background-color:#9499eb">
Div content here</div>

This div background color is #9499eb


#9499eb Border Color

<div style="border:3px solid #9499eb">
Div here</div>

This div border color is #9499eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,153,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9499eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9499eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9499eb;
  box-shadow:         1px 1px 3px 2px #9499eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9499eb


Comments

No comments written yet.

Please login to write comment.