Color Hex Logo

#3f7cac Color Hex

#3F7CAC
(63,124,172)
0 Favorites   0 Comments

Color spaces of #3f7cac

RGB 63124172
HSL0.570.460.46
HSV206°63°67°
CMYK 0.630.280.00   0.33
XYZ16.703918.450641.7107
Yxy18.45060.21730.2400
Hunter Lab42.9542-5.7552-27.5057
CIE-Lab50.0381-4.5794-31.3944

#3f7cac color RGB value is (63,124,172).

#3f7cac hex color red value is 63, green value is 124 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3f7cac hue: 0.57 , saturation: 0.46 and the lightness value of 3f7cac is 0.46.

The process color (four color CMYK) of #3f7cac color hex is 0.63, 0.28, 0.00, 0.33. Web safe color of #3f7cac is #336699. Color #3f7cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01111100 10101100
Octal 77 174 254
Decimal 63 124 172
Hex 3F 7C AC

RGB Percentages of Color #3f7cac

%17.55
%34.54
%47.91

CMYK Percentages of Color #3f7cac

%63
%28
%0
%33

Triadic Colors of #3f7cac

#3f7cac #ac3f7c #7cac3f

Analogous Colors of #3f7cac

#3f7cac #3f46ac #3faca6

Monochromatic Colors of #3f7cac

#3f7cac

Complementary Color

#3f7cac #ac6f3f

#3f7cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f7cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f7cac Color CSS Codes

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

#3f7cac Text Font Color

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

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


#3f7cac Background Color

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

This div background color is #3f7cac


#3f7cac Border Color

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

This div border color is #3f7cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f7cac

#3f7cac Color Palettes


Comments

No comments written yet.

Please login to write comment.