Color Hex Logo

#3e71dc Color Hex

#3E71DC
(62,113,220)
0 Favorites   0 Comments

Color spaces of #3e71dc

RGB 62113220
HSL0.610.690.55
HSV221°72°86°
CMYK 0.720.490.00   0.14
XYZ20.810018.001770.0880
Yxy18.00170.19110.1653
Hunter Lab42.428413.2998-68.2420
CIE-Lab49.498219.0373-59.7584

#3e71dc color RGB value is (62,113,220).

#3e71dc hex color red value is 62, green value is 113 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3e71dc hue: 0.61 , saturation: 0.69 and the lightness value of 3e71dc is 0.55.

The process color (four color CMYK) of #3e71dc color hex is 0.72, 0.49, 0.00, 0.14. Web safe color of #3e71dc is #3366cc. Color #3e71dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01110001 11011100
Octal 76 161 334
Decimal 62 113 220
Hex 3E 71 DC

RGB Percentages of Color #3e71dc

%15.70
%28.61
%55.70

CMYK Percentages of Color #3e71dc

%72
%49
%0
%14

Triadic Colors of #3e71dc

#3e71dc #dc3e71 #71dc3e

Analogous Colors of #3e71dc

#3e71dc #5a3edc #3ec0dc

Monochromatic Colors of #3e71dc

#3e71dc

Complementary Color

#3e71dc #dca93e

#3e71dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e71dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e71dc Color CSS Codes

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

#3e71dc Text Font Color

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

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


#3e71dc Background Color

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

This div background color is #3e71dc


#3e71dc Border Color

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

This div border color is #3e71dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e71dc


Comments

No comments written yet.

Please login to write comment.