Color Hex Logo

#3e40da Color Hex

#3E40DA
(62,64,218)
0 Favorites   0 Comments

Color spaces of #3e40da

RGB 6264218
HSL0.660.680.55
HSV239°72°85°
CMYK 0.720.710.00   0.15
XYZ16.47499.752967.3438
Yxy9.75290.17610.1042
Hunter Lab31.229639.5141-105.9926
CIE-Lab37.395248.6301-78.3417

#3e40da color RGB value is (62,64,218).

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

The process color (four color CMYK) of #3e40da color hex is 0.72, 0.71, 0.00, 0.15. Web safe color of #3e40da is #3333cc. Color #3e40da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01000000 11011010
Octal 76 100 332
Decimal 62 64 218
Hex 3E 40 DA

RGB Percentages of Color #3e40da

%18.02
%18.60
%63.37

CMYK Percentages of Color #3e40da

%72
%71
%0
%15

Triadic Colors of #3e40da

#3e40da #da3e40 #40da3e

Analogous Colors of #3e40da

#3e40da #8a3eda #3e8eda

Monochromatic Colors of #3e40da

#3e40da

Complementary Color

#3e40da #dad83e

#3e40da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e40da Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e40da Color CSS Codes

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

#3e40da Text Font Color

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

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


#3e40da Background Color

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

This div background color is #3e40da


#3e40da Border Color

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

This div border color is #3e40da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e40da


Comments

No comments written yet.

Please login to write comment.