Color Hex Logo

#3e47de Color Hex

#3E47DE
(62,71,222)
0 Favorites   0 Comments

Color spaces of #3e47de

RGB 6271222
HSL0.660.710.56
HSV237°72°87°
CMYK 0.720.680.00   0.13
XYZ17.424710.804570.2743
Yxy10.80450.17690.1097
Hunter Lab32.870237.1011-103.7489
CIE-Lab39.249245.8964-77.5819

#3e47de color RGB value is (62,71,222).

#3e47de hex color red value is 62, green value is 71 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3e47de hue: 0.66 , saturation: 0.71 and the lightness value of 3e47de is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 01000111 11011110
Octal 76 107 336
Decimal 62 71 222
Hex 3E 47 DE

RGB Percentages of Color #3e47de

%17.46
%20.00
%62.54

CMYK Percentages of Color #3e47de

%72
%68
%0
%13

Triadic Colors of #3e47de

#3e47de #de3e47 #47de3e

Analogous Colors of #3e47de

#3e47de #853ede #3e97de

Monochromatic Colors of #3e47de

#3e47de

Complementary Color

#3e47de #ded53e

#3e47de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e47de Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e47de Color CSS Codes

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

#3e47de Text Font Color

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

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


#3e47de Background Color

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

This div background color is #3e47de


#3e47de Border Color

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

This div border color is #3e47de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e47de


Comments

No comments written yet.

Please login to write comment.