Color Hex Logo

#3e65ae Color Hex

#3E65AE
(62,101,174)
0 Favorites   0 Comments

Color spaces of #3e65ae

RGB 62101174
HSL0.610.470.46
HSV219°64°68°
CMYK 0.640.420.00   0.32
XYZ14.280313.387541.8758
Yxy13.38750.20530.1925
Hunter Lab36.58895.6362-42.2448
CIE-Lab43.341410.0271-43.1319

#3e65ae color RGB value is (62,101,174).

#3e65ae hex color red value is 62, green value is 101 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3e65ae hue: 0.61 , saturation: 0.47 and the lightness value of 3e65ae is 0.46.

The process color (four color CMYK) of #3e65ae color hex is 0.64, 0.42, 0.00, 0.32. Web safe color of #3e65ae is #336699. Color #3e65ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01100101 10101110
Octal 76 145 256
Decimal 62 101 174
Hex 3E 65 AE

RGB Percentages of Color #3e65ae

%18.40
%29.97
%51.63

CMYK Percentages of Color #3e65ae

%64
%42
%0
%32

Triadic Colors of #3e65ae

#3e65ae #ae3e65 #65ae3e

Analogous Colors of #3e65ae

#3e65ae #4f3eae #3e9dae

Monochromatic Colors of #3e65ae

#3e65ae

Complementary Color

#3e65ae #ae873e

#3e65ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e65ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e65ae Color CSS Codes

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

#3e65ae Text Font Color

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

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


#3e65ae Background Color

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

This div background color is #3e65ae


#3e65ae Border Color

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

This div border color is #3e65ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e65ae


Comments

No comments written yet.

Please login to write comment.