Color Hex Logo

#9492ee Color Hex

#9492EE
(148,146,238)
0 Favorites   0 Comments

Color spaces of #9492ee

RGB 148146238
HSL0.670.730.75
HSV241°39°93°
CMYK 0.380.390.00   0.07
XYZ37.924233.026785.2649
Yxy33.02670.24280.2114
Hunter Lab57.468917.2232-47.7387
CIE-Lab64.182522.4830-46.1001

#9492ee color RGB value is (148,146,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10010010 11101110
Octal 224 222 356
Decimal 148 146 238
Hex 94 92 EE

RGB Percentages of Color #9492ee

%27.82
%27.44
%44.74

CMYK Percentages of Color #9492ee

%38
%39
%0
%7

Triadic Colors of #9492ee

#9492ee #ee9492 #92ee94

Analogous Colors of #9492ee

#9492ee #c292ee #92beee

Monochromatic Colors of #9492ee

#9492ee

Complementary Color

#9492ee #ecee92

#9492ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9492ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9492ee Color CSS Codes

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

#9492ee Text Font Color

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

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


#9492ee Background Color

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

This div background color is #9492ee


#9492ee Border Color

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

This div border color is #9492ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9492ee


Comments

No comments written yet.

Please login to write comment.