Color Hex Logo

#3f358f Color Hex

#3F358F
(63,53,143)
0 Favorites   0 Comments

Color spaces of #3f358f

RGB 6353143
HSL0.690.460.38
HSV247°63°56°
CMYK 0.560.630.00   0.44
XYZ8.28095.586126.6284
Yxy5.58610.20450.1379
Hunter Lab23.634921.1794-50.2549
CIE-Lab28.343330.5231-48.6176

#3f358f color RGB value is (63,53,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 00110101 10001111
Octal 77 65 217
Decimal 63 53 143
Hex 3F 35 8F

RGB Percentages of Color #3f358f

%24.32
%20.46
%55.21

CMYK Percentages of Color #3f358f

%56
%63
%0
%44

Triadic Colors of #3f358f

#3f358f #8f3f35 #358f3f

Analogous Colors of #3f358f

#3f358f #6c358f #35588f

Monochromatic Colors of #3f358f

#3f358f

Complementary Color

#3f358f #858f35

#3f358f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f358f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f358f Color CSS Codes

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

#3f358f Text Font Color

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

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


#3f358f Background Color

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

This div background color is #3f358f


#3f358f Border Color

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

This div border color is #3f358f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f358f


Comments

No comments written yet.

Please login to write comment.