Color Hex Logo

#3f608a Color Hex

#3F608A
(63,96,138)
0 Favorites   0 Comments

Color spaces of #3f608a

RGB 6396138
HSL0.590.370.39
HSV214°54°54°
CMYK 0.540.300.00   0.46
XYZ10.820211.257525.6474
Yxy11.25750.22670.2359
Hunter Lab33.5522-1.1521-21.8349
CIE-Lab40.01080.9013-26.9460

#3f608a color RGB value is (63,96,138).

#3f608a hex color red value is 63, green value is 96 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #3f608a hue: 0.59 , saturation: 0.37 and the lightness value of 3f608a is 0.39.

The process color (four color CMYK) of #3f608a color hex is 0.54, 0.30, 0.00, 0.46. Web safe color of #3f608a is #336699. Color #3f608a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01100000 10001010
Octal 77 140 212
Decimal 63 96 138
Hex 3F 60 8A

RGB Percentages of Color #3f608a

%21.21
%32.32
%46.46

CMYK Percentages of Color #3f608a

%54
%30
%0
%46

Triadic Colors of #3f608a

#3f608a #8a3f60 #608a3f

Analogous Colors of #3f608a

#3f608a #433f8a #3f868a

Monochromatic Colors of #3f608a

#3f608a

Complementary Color

#3f608a #8a693f

#3f608a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f608a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f608a Color CSS Codes

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

#3f608a Text Font Color

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

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


#3f608a Background Color

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

This div background color is #3f608a


#3f608a Border Color

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

This div border color is #3f608a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f608a


Comments

No comments written yet.

Please login to write comment.