Color Hex Logo

#3f415e Color Hex

#3F415E
(63,65,94)
0 Favorites   0 Comments

Color spaces of #3f415e

RGB 636594
HSL0.660.200.31
HSV236°33°37°
CMYK 0.330.310.00   0.63
XYZ5.96065.645511.3652
Yxy5.64550.25950.2458
Hunter Lab23.76033.1988-11.7279
CIE-Lab28.49996.8396-17.4439

#3f415e color RGB value is (63,65,94).

#3f415e hex color red value is 63, green value is 65 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #3f415e hue: 0.66 , saturation: 0.20 and the lightness value of 3f415e is 0.31.

The process color (four color CMYK) of #3f415e color hex is 0.33, 0.31, 0.00, 0.63. Web safe color of #3f415e is #333366. Color #3f415e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01000001 01011110
Octal 77 101 136
Decimal 63 65 94
Hex 3F 41 5E

RGB Percentages of Color #3f415e

%28.38
%29.28
%42.34

CMYK Percentages of Color #3f415e

%33
%31
%0
%63

Triadic Colors of #3f415e

#3f415e #5e3f41 #415e3f

Analogous Colors of #3f415e

#3f415e #4d3f5e #3f515e

Monochromatic Colors of #3f415e

#3f415e

Complementary Color

#3f415e #5e5c3f

#3f415e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f415e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f415e Color CSS Codes

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

#3f415e Text Font Color

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

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


#3f415e Background Color

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

This div background color is #3f415e


#3f415e Border Color

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

This div border color is #3f415e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f415e


Comments

No comments written yet.

Please login to write comment.