Color Hex Logo

#8493ef Color Hex

#8493EF
(132,147,239)
0 Favorites   0 Comments

Color spaces of #8493ef

RGB 132147239
HSL0.640.770.73
HSV232°45°94°
CMYK 0.450.380.00   0.06
XYZ35.529432.005085.9663
Yxy32.00500.23150.2085
Hunter Lab56.573013.1003-50.4939
CIE-Lab63.347018.1672-48.0448

#8493ef color RGB value is (132,147,239).

#8493ef hex color red value is 132, green value is 147 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8493ef hue: 0.64 , saturation: 0.77 and the lightness value of 8493ef is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010011 11101111
Octal 204 223 357
Decimal 132 147 239
Hex 84 93 EF

RGB Percentages of Color #8493ef

%25.48
%28.38
%46.14

CMYK Percentages of Color #8493ef

%45
%38
%0
%6

Triadic Colors of #8493ef

#8493ef #ef8493 #93ef84

Analogous Colors of #8493ef

#8493ef #ab84ef #84c9ef

Monochromatic Colors of #8493ef

#8493ef

Complementary Color

#8493ef #efe084

#8493ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8493ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8493ef Color CSS Codes

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

#8493ef Text Font Color

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

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


#8493ef Background Color

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

This div background color is #8493ef


#8493ef Border Color

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

This div border color is #8493ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8493ef


Comments

No comments written yet.

Please login to write comment.