Color Hex Logo

#9493ee Color Hex

#9493EE
(148,147,238)
0 Favorites   0 Comments

Color spaces of #9493ee

RGB 148147238
HSL0.670.730.75
HSV241°38°93°
CMYK 0.380.380.00   0.07
XYZ38.079133.336485.3165
Yxy33.33640.24300.2127
Hunter Lab57.737716.6832-47.1939
CIE-Lab64.432421.9065-45.7065

#9493ee color RGB value is (148,147,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10010011 11101110
Octal 224 223 356
Decimal 148 147 238
Hex 94 93 EE

RGB Percentages of Color #9493ee

%27.77
%27.58
%44.65

CMYK Percentages of Color #9493ee

%38
%38
%0
%7

Triadic Colors of #9493ee

#9493ee #ee9493 #93ee94

Analogous Colors of #9493ee

#9493ee #c293ee #93c0ee

Monochromatic Colors of #9493ee

#9493ee

Complementary Color

#9493ee #edee93

#9493ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9493ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9493ee Color CSS Codes

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

#9493ee Text Font Color

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

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


#9493ee Background Color

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

This div background color is #9493ee


#9493ee Border Color

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

This div border color is #9493ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9493ee


Comments

No comments written yet.

Please login to write comment.