Color Hex Logo

#3f3499 Color Hex

#3F3499
(63,52,153)
0 Favorites   0 Comments

Color spaces of #3f3499

RGB 6352153
HSL0.680.490.40
HSV247°66°60°
CMYK 0.590.660.00   0.40
XYZ9.02775.812730.7831
Yxy5.81270.19790.1274
Hunter Lab24.109524.6468-58.8249
CIE-Lab28.934934.4453-53.7905

#3f3499 color RGB value is (63,52,153).

#3f3499 hex color red value is 63, green value is 52 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #3f3499 hue: 0.68 , saturation: 0.49 and the lightness value of 3f3499 is 0.40.

The process color (four color CMYK) of #3f3499 color hex is 0.59, 0.66, 0.00, 0.40. Web safe color of #3f3499 is #333399. Color #3f3499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00110100 10011001
Octal 77 64 231
Decimal 63 52 153
Hex 3F 34 99

RGB Percentages of Color #3f3499

%23.51
%19.40
%57.09

CMYK Percentages of Color #3f3499

%59
%66
%0
%40

Triadic Colors of #3f3499

#3f3499 #993f34 #34993f

Analogous Colors of #3f3499

#3f3499 #723499 #345b99

Monochromatic Colors of #3f3499

#3f3499

Complementary Color

#3f3499 #8e9934

#3f3499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f3499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f3499 Color CSS Codes

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

#3f3499 Text Font Color

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

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


#3f3499 Background Color

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

This div background color is #3f3499


#3f3499 Border Color

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

This div border color is #3f3499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f3499

#3f3499 Color Palettes


Comments

No comments written yet.

Please login to write comment.