Color Hex Logo

#8393fd Color Hex

#8393FD
(131,147,253)
0 Favorites   0 Comments

Color spaces of #8393fd

RGB 131147253
HSL0.640.970.75
HSV232°48°99°
CMYK 0.480.420.00   0.01
XYZ37.523432.784697.2789
Yxy32.78460.22390.1956
Hunter Lab57.257816.7771-60.6510
CIE-Lab63.986122.0283-54.7195

#8393fd color RGB value is (131,147,253).

#8393fd hex color red value is 131, green value is 147 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8393fd hue: 0.64 , saturation: 0.97 and the lightness value of 8393fd is 0.75.

The process color (four color CMYK) of #8393fd color hex is 0.48, 0.42, 0.00, 0.01. Web safe color of #8393fd is #9999ff. Color #8393fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010011 11111101
Octal 203 223 375
Decimal 131 147 253
Hex 83 93 FD

RGB Percentages of Color #8393fd

%24.67
%27.68
%47.65

CMYK Percentages of Color #8393fd

%48
%42
%0
%1

Triadic Colors of #8393fd

#8393fd #fd8393 #93fd83

Analogous Colors of #8393fd

#8393fd #b083fd #83d0fd

Monochromatic Colors of #8393fd

#8393fd

Complementary Color

#8393fd #fded83

#8393fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8393fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8393fd Color CSS Codes

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

#8393fd Text Font Color

<p style="color:#8393fd">Text here</p>

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


#8393fd Background Color

<div style="background-color:#8393fd">
Div content here</div>

This div background color is #8393fd


#8393fd Border Color

<div style="border:3px solid #8393fd">
Div here</div>

This div border color is #8393fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,147,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8393fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8393fd;
  -webkit-box-shadow: 1px 1px 3px 2px #8393fd;
  box-shadow:         1px 1px 3px 2px #8393fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8393fd

Related Colors


Comments

No comments written yet.

Please login to write comment.