Color Hex Logo

#8493fa Color Hex

#8493FA
(132,147,250)
0 Favorites   0 Comments

Color spaces of #8493fa

RGB 132147250
HSL0.650.920.75
HSV232°47°98°
CMYK 0.470.410.00   0.02
XYZ37.204832.675194.7885
Yxy32.67510.22590.1984
Hunter Lab57.162116.1456-58.3035
CIE-Lab63.897021.3715-53.2152

#8493fa color RGB value is (132,147,250).

#8493fa hex color red value is 132, green value is 147 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8493fa hue: 0.65 , saturation: 0.92 and the lightness value of 8493fa is 0.75.

The process color (four color CMYK) of #8493fa color hex is 0.47, 0.41, 0.00, 0.02. Web safe color of #8493fa is #9999ff. Color #8493fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010011 11111010
Octal 204 223 372
Decimal 132 147 250
Hex 84 93 FA

RGB Percentages of Color #8493fa

%24.95
%27.79
%47.26

CMYK Percentages of Color #8493fa

%47
%41
%0
%2

Triadic Colors of #8493fa

#8493fa #fa8493 #93fa84

Analogous Colors of #8493fa

#8493fa #b084fa #84cefa

Monochromatic Colors of #8493fa

#8493fa

Complementary Color

#8493fa #faeb84

#8493fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8493fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8493fa Color CSS Codes

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

#8493fa Text Font Color

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

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


#8493fa Background Color

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

This div background color is #8493fa


#8493fa Border Color

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

This div border color is #8493fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,147,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8493fa


Comments

No comments written yet.

Please login to write comment.