Color Hex Logo

#3f607d Color Hex

#3F607D
(63,96,125)
0 Favorites   0 Comments

Color spaces of #3f607d

RGB 6396125
HSL0.580.330.37
HSV208°50°49°
CMYK 0.500.230.00   0.51
XYZ9.934410.903220.9830
Yxy10.90320.23750.2607
Hunter Lab33.0200-4.0815-14.5626
CIE-Lab39.4170-3.3408-19.9758

#3f607d color RGB value is (63,96,125).

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

The process color (four color CMYK) of #3f607d color hex is 0.50, 0.23, 0.00, 0.51. Web safe color of #3f607d is #336666. Color #3f607d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01100000 01111101
Octal 77 140 175
Decimal 63 96 125
Hex 3F 60 7D

RGB Percentages of Color #3f607d

%22.18
%33.80
%44.01

CMYK Percentages of Color #3f607d

%50
%23
%0
%51

Triadic Colors of #3f607d

#3f607d #7d3f60 #607d3f

Analogous Colors of #3f607d

#3f607d #3f417d #3f7d7b

Monochromatic Colors of #3f607d

#3f607d

Complementary Color

#3f607d #7d5c3f

#3f607d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f607d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f607d Color CSS Codes

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

#3f607d Text Font Color

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

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


#3f607d Background Color

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

This div background color is #3f607d


#3f607d Border Color

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

This div border color is #3f607d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f607d


Comments

No comments written yet.

Please login to write comment.