Color Hex Logo

#3a29ea Color Hex

#3A29EA
(58,41,234)
0 Favorites   0 Comments

Color spaces of #3a29ea

RGB 5841234
HSL0.680.820.54
HSV245°82°92°
CMYK 0.750.820.00   0.08
XYZ17.38918.425978.5518
Yxy8.42590.16660.0807
Hunter Lab29.027456.1339-140.1270
CIE-Lab34.854664.6453-91.6947

#3a29ea color RGB value is (58,41,234).

#3a29ea hex color red value is 58, green value is 41 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3a29ea hue: 0.68 , saturation: 0.82 and the lightness value of 3a29ea is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 00101001 11101010
Octal 72 51 352
Decimal 58 41 234
Hex 3A 29 EA

RGB Percentages of Color #3a29ea

%17.42
%12.31
%70.27

CMYK Percentages of Color #3a29ea

%75
%82
%0
%8

Triadic Colors of #3a29ea

#3a29ea #ea3a29 #29ea3a

Analogous Colors of #3a29ea

#3a29ea #9b29ea #2979ea

Monochromatic Colors of #3a29ea

#3a29ea

Complementary Color

#3a29ea #d9ea29

#3a29ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a29ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a29ea Color CSS Codes

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

#3a29ea Text Font Color

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

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


#3a29ea Background Color

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

This div background color is #3a29ea


#3a29ea Border Color

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

This div border color is #3a29ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a29ea


Comments

No comments written yet.

Please login to write comment.