Color Hex Logo

#3e28aa Color Hex

#3E28AA
(62,40,170)
0 Favorites   0 Comments

Color spaces of #3e28aa

RGB 6240170
HSL0.690.620.41
HSV250°76°67°
CMYK 0.640.760.00   0.33
XYZ10.00115.444038.5539
Yxy5.44400.18520.1008
Hunter Lab23.332435.6799-81.6368
CIE-Lab27.964046.5513-65.6923

#3e28aa color RGB value is (62,40,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 00101000 10101010
Octal 76 50 252
Decimal 62 40 170
Hex 3E 28 AA

RGB Percentages of Color #3e28aa

%22.79
%14.71
%62.50

CMYK Percentages of Color #3e28aa

%64
%76
%0
%33

Triadic Colors of #3e28aa

#3e28aa #aa3e28 #28aa3e

Analogous Colors of #3e28aa

#3e28aa #7f28aa #2853aa

Monochromatic Colors of #3e28aa

#3e28aa

Complementary Color

#3e28aa #94aa28

#3e28aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e28aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e28aa Color CSS Codes

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

#3e28aa Text Font Color

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

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


#3e28aa Background Color

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

This div background color is #3e28aa


#3e28aa Border Color

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

This div border color is #3e28aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,40,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 #3e28aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e28aa


Comments

No comments written yet.

Please login to write comment.