color codes Logo

#3e40ea color codes

#3E40EA
(62,64,234)
0 Favorites   0 Comments

Color spaces of #3e40ea

RGB 6264234
HSL0.660.800.58
HSV239°74°92°
CMYK 0.740.730.00   0.08
XYZ18.671310.631478.9099
Yxy10.63140.17250.0982
Hunter Lab32.605845.1555-120.6646
CIE-Lab38.952653.7932-84.9014

#3e40ea color RGB value is (62,64,234).

#3e40ea hex color red value is 62, green value is 64 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3e40ea hue: 0.66 , saturation: 0.80 and the lightness value of 3e40ea is 0.58.

The process color (four color CMYK) of #3e40ea color code is 0.74, 0.73, 0.00, 0.08. Web safe color of #3e40ea is #3333ff. Color #3e40ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01000000 11101010
Octal 76 100 352
Decimal 62 64 234
Hex 3E 40 EA

RGB Percentages of Color #3e40ea

%17.22
%17.78
%65.00

CMYK Percentages of Color #3e40ea

%74
%73
%0
%8

Triadic Colors of #3e40ea

#3e40ea #ea3e40 #40ea3e

Analogous Colors of #3e40ea

#3e40ea #923eea #3e96ea

Monochromatic Colors of #3e40ea

#3e40ea

Complementary Color

#3e40ea #eae83e

#3e40ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e40ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e40ea Color CSS Codes

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

#3e40ea Text Font Color

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

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


#3e40ea Background Color

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

This div background color is #3e40ea


#3e40ea Border Color

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

This div border color is #3e40ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,64,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e40ea


Comments

No comments written yet.

Please login to write comment.