Color Hex Logo

#3e2caa Color Hex

#3E2CAA
(62,44,170)
0 Favorites   0 Comments

Color spaces of #3e2caa

RGB 6244170
HSL0.690.590.42
HSV249°74°67°
CMYK 0.640.740.00   0.33
XYZ10.14305.727838.6012
Yxy5.72780.18620.1052
Hunter Lab23.932833.7679-78.8757
CIE-Lab28.715144.4251-64.4552

#3e2caa color RGB value is (62,44,170).

#3e2caa hex color red value is 62, green value is 44 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3e2caa hue: 0.69 , saturation: 0.59 and the lightness value of 3e2caa is 0.42.

The process color (four color CMYK) of #3e2caa color hex is 0.64, 0.74, 0.00, 0.33. Web safe color of #3e2caa is #333399. Color #3e2caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00101100 10101010
Octal 76 54 252
Decimal 62 44 170
Hex 3E 2C AA

RGB Percentages of Color #3e2caa

%22.46
%15.94
%61.59

CMYK Percentages of Color #3e2caa

%64
%74
%0
%33

Triadic Colors of #3e2caa

#3e2caa #aa3e2c #2caa3e

Analogous Colors of #3e2caa

#3e2caa #7d2caa #2c59aa

Monochromatic Colors of #3e2caa

#3e2caa

Complementary Color

#3e2caa #98aa2c

#3e2caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e2caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e2caa Color CSS Codes

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

#3e2caa Text Font Color

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

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


#3e2caa Background Color

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

This div background color is #3e2caa


#3e2caa Border Color

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

This div border color is #3e2caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e2caa


Comments

No comments written yet.

Please login to write comment.