Color Hex Logo

#3e29ff Color Hex

#3E29FF
(62,41,255)
0 Favorites   0 Comments

Color spaces of #3e29ff

RGB 6241255
HSL0.681.000.58
HSV246°84°100°
CMYK 0.760.840.00   0.00
XYZ20.82959.830095.4073
Yxy9.83000.16520.0780
Hunter Lab31.352863.7204-158.4737
CIE-Lab37.535670.6943-99.0805

#3e29ff color RGB value is (62,41,255).

#3e29ff hex color red value is 62, green value is 41 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3e29ff hue: 0.68 , saturation: 1.00 and the lightness value of 3e29ff is 0.58.

The process color (four color CMYK) of #3e29ff color hex is 0.76, 0.84, 0.00, 0.00. Web safe color of #3e29ff is #3333ff. Color #3e29ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00101001 11111111
Octal 76 51 377
Decimal 62 41 255
Hex 3E 29 FF

RGB Percentages of Color #3e29ff

%17.32
%11.45
%71.23

CMYK Percentages of Color #3e29ff

%76
%84
%0
%0

Triadic Colors of #3e29ff

#3e29ff #ff3e29 #29ff3e

Analogous Colors of #3e29ff

#3e29ff #a929ff #297fff

Monochromatic Colors of #3e29ff

#3e29ff

Complementary Color

#3e29ff #eaff29

#3e29ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e29ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e29ff Color CSS Codes

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

#3e29ff Text Font Color

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

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


#3e29ff Background Color

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

This div background color is #3e29ff


#3e29ff Border Color

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

This div border color is #3e29ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e29ff

Related Colors


Comments

No comments written yet.

Please login to write comment.