Color Hex Logo

#3f3969 Color Hex

#3F3969
(63,57,105)
0 Favorites   0 Comments

Color spaces of #3f3969

RGB 6357105
HSL0.690.300.32
HSV248°46°41°
CMYK 0.400.460.00   0.59
XYZ6.06285.002914.0107
Yxy5.00290.24180.1995
Hunter Lab22.36729.2413-21.4820
CIE-Lab26.743015.5411-27.2761

#3f3969 color RGB value is (63,57,105).

#3f3969 hex color red value is 63, green value is 57 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #3f3969 hue: 0.69 , saturation: 0.30 and the lightness value of 3f3969 is 0.32.

The process color (four color CMYK) of #3f3969 color hex is 0.40, 0.46, 0.00, 0.59. Web safe color of #3f3969 is #333366. Color #3f3969 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00111001 01101001
Octal 77 71 151
Decimal 63 57 105
Hex 3F 39 69

RGB Percentages of Color #3f3969

%28.00
%25.33
%46.67

CMYK Percentages of Color #3f3969

%40
%46
%0
%59

Triadic Colors of #3f3969

#3f3969 #693f39 #39693f

Analogous Colors of #3f3969

#3f3969 #573969 #394b69

Monochromatic Colors of #3f3969

#3f3969

Complementary Color

#3f3969 #636939

#3f3969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f3969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f3969 Color CSS Codes

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

#3f3969 Text Font Color

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

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


#3f3969 Background Color

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

This div background color is #3f3969


#3f3969 Border Color

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

This div border color is #3f3969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f3969


Comments

No comments written yet.

Please login to write comment.