Color Hex Logo

#3f348e Color Hex

#3F348E
(63,52,142)
0 Favorites   0 Comments

Color spaces of #3f348e

RGB 6352142
HSL0.690.460.38
HSV247°63°56°
CMYK 0.560.630.00   0.44
XYZ8.16045.465726.2161
Yxy5.46570.20480.1372
Hunter Lab23.378821.3926-50.1203
CIE-Lab28.022430.8259-48.5220

#3f348e color RGB value is (63,52,142).

#3f348e hex color red value is 63, green value is 52 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #3f348e hue: 0.69 , saturation: 0.46 and the lightness value of 3f348e is 0.38.

The process color (four color CMYK) of #3f348e color hex is 0.56, 0.63, 0.00, 0.44. Web safe color of #3f348e is #333399. Color #3f348e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00110100 10001110
Octal 77 64 216
Decimal 63 52 142
Hex 3F 34 8E

RGB Percentages of Color #3f348e

%24.51
%20.23
%55.25

CMYK Percentages of Color #3f348e

%56
%63
%0
%44

Triadic Colors of #3f348e

#3f348e #8e3f34 #348e3f

Analogous Colors of #3f348e

#3f348e #6c348e #34568e

Monochromatic Colors of #3f348e

#3f348e

Complementary Color

#3f348e #838e34

#3f348e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f348e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f348e Color CSS Codes

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

#3f348e Text Font Color

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

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


#3f348e Background Color

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

This div background color is #3f348e


#3f348e Border Color

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

This div border color is #3f348e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f348e


Comments

No comments written yet.

Please login to write comment.