Color Hex Logo

#3e3aad Color Hex

#3E3AAD
(62,58,173)
0 Favorites   0 Comments

Color spaces of #3e3aad

RGB 6258173
HSL0.670.500.45
HSV242°66°68°
CMYK 0.640.660.00   0.32
XYZ11.04257.067440.3173
Yxy7.06740.18900.1210
Hunter Lab26.584627.6209-71.3081
CIE-Lab31.959937.2520-60.9280

#3e3aad color RGB value is (62,58,173).

#3e3aad hex color red value is 62, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3e3aad hue: 0.67 , saturation: 0.50 and the lightness value of 3e3aad is 0.45.

The process color (four color CMYK) of #3e3aad color hex is 0.64, 0.66, 0.00, 0.32. Web safe color of #3e3aad is #333399. Color #3e3aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00111010 10101101
Octal 76 72 255
Decimal 62 58 173
Hex 3E 3A AD

RGB Percentages of Color #3e3aad

%21.16
%19.80
%59.04

CMYK Percentages of Color #3e3aad

%64
%66
%0
%32

Triadic Colors of #3e3aad

#3e3aad #ad3e3a #3aad3e

Analogous Colors of #3e3aad

#3e3aad #783aad #3a70ad

Monochromatic Colors of #3e3aad

#3e3aad

Complementary Color

#3e3aad #a9ad3a

#3e3aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e3aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e3aad Color CSS Codes

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

#3e3aad Text Font Color

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

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


#3e3aad Background Color

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

This div background color is #3e3aad


#3e3aad Border Color

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

This div border color is #3e3aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e3aad


Comments

No comments written yet.

Please login to write comment.