Color Hex Logo

#3e3aea Color Hex

#3E3AEA
(62,58,234)
0 Favorites   0 Comments

Color spaces of #3e3aea

RGB 6258234
HSL0.670.810.57
HSV241°75°92°
CMYK 0.740.750.00   0.08
XYZ18.35099.990878.8031
Yxy9.99080.17130.0932
Hunter Lab31.608248.3180-125.6913
CIE-Lab37.825956.9774-86.7628

#3e3aea color RGB value is (62,58,234).

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

The process color (four color CMYK) of #3e3aea color hex is 0.74, 0.75, 0.00, 0.08. Web safe color of #3e3aea is #3333ff. Color #3e3aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00111010 11101010
Octal 76 72 352
Decimal 62 58 234
Hex 3E 3A EA

RGB Percentages of Color #3e3aea

%17.51
%16.38
%66.10

CMYK Percentages of Color #3e3aea

%74
%75
%0
%8

Triadic Colors of #3e3aea

#3e3aea #ea3e3a #3aea3e

Analogous Colors of #3e3aea

#3e3aea #963aea #3a8eea

Monochromatic Colors of #3e3aea

#3e3aea

Complementary Color

#3e3aea #e6ea3a

#3e3aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e3aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e3aea Color CSS Codes

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

#3e3aea Text Font Color

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

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


#3e3aea Background Color

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

This div background color is #3e3aea


#3e3aea Border Color

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

This div border color is #3e3aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e3aea


Comments

No comments written yet.

Please login to write comment.