Color Hex Logo

#3f46ac Color Hex

#3F46AC
(63,70,172)
0 Favorites   0 Comments

Color spaces of #3f46ac

RGB 6370172
HSL0.660.460.46
HSV236°63°67°
CMYK 0.630.590.00   0.33
XYZ11.68658.415640.0382
Yxy8.41560.19430.1399
Hunter Lab29.009721.1416-61.5234
CIE-Lab34.833929.5177-55.6407

#3f46ac color RGB value is (63,70,172).

#3f46ac hex color red value is 63, green value is 70 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3f46ac hue: 0.66 , saturation: 0.46 and the lightness value of 3f46ac is 0.46.

The process color (four color CMYK) of #3f46ac color hex is 0.63, 0.59, 0.00, 0.33. Web safe color of #3f46ac is #333399. Color #3f46ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01000110 10101100
Octal 77 106 254
Decimal 63 70 172
Hex 3F 46 AC

RGB Percentages of Color #3f46ac

%20.66
%22.95
%56.39

CMYK Percentages of Color #3f46ac

%63
%59
%0
%33

Triadic Colors of #3f46ac

#3f46ac #ac3f46 #46ac3f

Analogous Colors of #3f46ac

#3f46ac #6f3fac #3f7dac

Monochromatic Colors of #3f46ac

#3f46ac

Complementary Color

#3f46ac #aca53f

#3f46ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f46ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f46ac Color CSS Codes

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

#3f46ac Text Font Color

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

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


#3f46ac Background Color

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

This div background color is #3f46ac


#3f46ac Border Color

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

This div border color is #3f46ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,70,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3f46ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3f46ac;
  -webkit-box-shadow: 1px 1px 3px 2px #3f46ac;
  box-shadow:         1px 1px 3px 2px #3f46ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,70,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f46ac


Comments

No comments written yet.

Please login to write comment.