Color Hex Logo

#3f306e Color Hex

#3F306E
(63,48,110)
0 Favorites   0 Comments

Color spaces of #3f306e

RGB 6348110
HSL0.710.390.31
HSV255°56°43°
CMYK 0.430.560.00   0.57
XYZ5.92134.296515.2691
Yxy4.29650.23230.1686
Hunter Lab20.728014.7175-29.1659
CIE-Lab24.628423.0895-33.8588

#3f306e color RGB value is (63,48,110).

#3f306e hex color red value is 63, green value is 48 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #3f306e hue: 0.71 , saturation: 0.39 and the lightness value of 3f306e is 0.31.

The process color (four color CMYK) of #3f306e color hex is 0.43, 0.56, 0.00, 0.57. Web safe color of #3f306e is #333366. Color #3f306e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00110000 01101110
Octal 77 60 156
Decimal 63 48 110
Hex 3F 30 6E

RGB Percentages of Color #3f306e

%28.51
%21.72
%49.77

CMYK Percentages of Color #3f306e

%43
%56
%0
%57

Triadic Colors of #3f306e

#3f306e #6e3f30 #306e3f

Analogous Colors of #3f306e

#3f306e #5e306e #30406e

Monochromatic Colors of #3f306e

#3f306e

Complementary Color

#3f306e #5f6e30

#3f306e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f306e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f306e Color CSS Codes

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

#3f306e Text Font Color

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

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


#3f306e Background Color

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

This div background color is #3f306e


#3f306e Border Color

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

This div border color is #3f306e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f306e


Comments

No comments written yet.

Please login to write comment.