Color Hex Logo

#9492ef Color Hex

#9492EF
(148,146,239)
0 Favorites   0 Comments

Color spaces of #9492ef

RGB 148146239
HSL0.670.740.75
HSV241°39°94°
CMYK 0.380.390.00   0.06
XYZ38.071633.085786.0409
Yxy33.08570.24220.2105
Hunter Lab57.520217.4857-48.4242
CIE-Lab64.230222.7536-46.5754

#9492ef color RGB value is (148,146,239).

#9492ef hex color red value is 148, green value is 146 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9492ef hue: 0.67 , saturation: 0.74 and the lightness value of 9492ef is 0.75.

The process color (four color CMYK) of #9492ef color hex is 0.38, 0.39, 0.00, 0.06. Web safe color of #9492ef is #9999ff. Color #9492ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10010010 11101111
Octal 224 222 357
Decimal 148 146 239
Hex 94 92 EF

RGB Percentages of Color #9492ef

%27.77
%27.39
%44.84

CMYK Percentages of Color #9492ef

%38
%39
%0
%6

Triadic Colors of #9492ef

#9492ef #ef9492 #92ef94

Analogous Colors of #9492ef

#9492ef #c392ef #92bfef

Monochromatic Colors of #9492ef

#9492ef

Complementary Color

#9492ef #edef92

#9492ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9492ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9492ef Color CSS Codes

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

#9492ef Text Font Color

<p style="color:#9492ef">Text here</p>

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


#9492ef Background Color

<div style="background-color:#9492ef">
Div content here</div>

This div background color is #9492ef


#9492ef Border Color

<div style="border:3px solid #9492ef">
Div here</div>

This div border color is #9492ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,146,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9492ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9492ef;
  -webkit-box-shadow: 1px 1px 3px 2px #9492ef;
  box-shadow:         1px 1px 3px 2px #9492ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9492ef


Comments

No comments written yet.

Please login to write comment.