Color Hex Logo

#3a42ae Color Hex

#3A42AE
(58,66,174)
0 Favorites   0 Comments

Color spaces of #3a42ae

RGB 5866174
HSL0.660.500.45
HSV236°67°68°
CMYK 0.670.620.00   0.32
XYZ11.33317.852040.9627
Yxy7.85200.18840.1305
Hunter Lab28.021423.1558-67.0572
CIE-Lab33.672731.9906-58.7371

#3a42ae color RGB value is (58,66,174).

#3a42ae hex color red value is 58, green value is 66 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3a42ae hue: 0.66 , saturation: 0.50 and the lightness value of 3a42ae is 0.45.

The process color (four color CMYK) of #3a42ae color hex is 0.67, 0.62, 0.00, 0.32. Web safe color of #3a42ae is #333399. Color #3a42ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01000010 10101110
Octal 72 102 256
Decimal 58 66 174
Hex 3A 42 AE

RGB Percentages of Color #3a42ae

%19.46
%22.15
%58.39

CMYK Percentages of Color #3a42ae

%67
%62
%0
%32

Triadic Colors of #3a42ae

#3a42ae #ae3a42 #42ae3a

Analogous Colors of #3a42ae

#3a42ae #6c3aae #3a7cae

Monochromatic Colors of #3a42ae

#3a42ae

Complementary Color

#3a42ae #aea63a

#3a42ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a42ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a42ae Color CSS Codes

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

#3a42ae Text Font Color

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

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


#3a42ae Background Color

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

This div background color is #3a42ae


#3a42ae Border Color

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

This div border color is #3a42ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a42ae


Comments

No comments written yet.

Please login to write comment.