Color Hex Logo

#3e83fa Color Hex

#3E83FA
(62,131,250)
0 Favorites   0 Comments

Color spaces of #3e83fa

RGB 62131250
HSL0.610.950.61
HSV218°75°98°
CMYK 0.750.480.00   0.02
XYZ27.358224.158993.6637
Yxy24.15890.18840.1664
Hunter Lab49.151713.3389-78.5771
CIE-Lab56.246518.7236-65.6472

#3e83fa color RGB value is (62,131,250).

#3e83fa hex color red value is 62, green value is 131 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #3e83fa hue: 0.61 , saturation: 0.95 and the lightness value of 3e83fa is 0.61.

The process color (four color CMYK) of #3e83fa color hex is 0.75, 0.48, 0.00, 0.02. Web safe color of #3e83fa is #3399ff. Color #3e83fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10000011 11111010
Octal 76 203 372
Decimal 62 131 250
Hex 3E 83 FA

RGB Percentages of Color #3e83fa

%14.00
%29.57
%56.43

CMYK Percentages of Color #3e83fa

%75
%48
%0
%2

Triadic Colors of #3e83fa

#3e83fa #fa3e83 #83fa3e

Analogous Colors of #3e83fa

#3e83fa #573efa #3ee1fa

Monochromatic Colors of #3e83fa

#3e83fa

Complementary Color

#3e83fa #fab53e

#3e83fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e83fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e83fa Color CSS Codes

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

#3e83fa Text Font Color

<p style="color:#3e83fa">Text here</p>

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


#3e83fa Background Color

<div style="background-color:#3e83fa">
Div content here</div>

This div background color is #3e83fa


#3e83fa Border Color

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

This div border color is #3e83fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,131,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3e83fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3e83fa;
  -webkit-box-shadow: 1px 1px 3px 2px #3e83fa;
  box-shadow:         1px 1px 3px 2px #3e83fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,131,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 #3e83fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e83fa


Comments

No comments written yet.

Please login to write comment.